ImageFieldDisplayTest |
class |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldDisplayTest.php |
Test class to check that formatters and display settings are working. |
Fields::defineOptions |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/row/Fields.php |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
Field::get_base_table |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php |
Set the base_table and base_table_alias. |
Field::click_sortable |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php |
Determine if this field is click sortable. |
Field::process_entity |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php |
Process an entity before using it for rendering. |
Field::field_langcode |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php |
Return the language code of the language the field should be displayed in,
according to the settings. |
field_test.entity.inc |
file |
drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc |
Defines an entity type. |
Merge::$defaultFields |
property |
drupal/core/lib/Drupal/Core/Database/Query/Merge.php |
An array of fields which should be set to their database-defined defaults. |
FieldOverview::submit |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/FieldOverview.php |
Overrides Drupal\field_ui\OverviewBase::submit(). |
NoFieldsException.php |
file |
drupal/core/lib/Drupal/Core/Database/Query/NoFieldsException.php |
Definition of Drupal\Core\Database\Query\NoFieldsException |
hook_field_read_field |
function |
drupal/core/modules/field/field.api.php |
Act on field records being read from the database. |
FieldInstanceCrudTest |
class |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldInstanceCrudTest.php |
|
FileFieldTestBase.php |
file |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldTestBase.php |
Definition of Drupal\file\Tests\FileFieldTestBase. |
field_language_insert |
function |
drupal/core/modules/field/field.multilingual.inc |
Implements hook_language_insert(). |
field_language_update |
function |
drupal/core/modules/field/field.multilingual.inc |
Implements hook_language_update(). |
field_language_delete |
function |
drupal/core/modules/field/field.multilingual.inc |
Implements hook_language_delete(). |
FileFieldPathTest.php |
file |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldPathTest.php |
Definition of Drupal\file\Tests\FileFieldPathTest. |
field_is_translatable |
function |
drupal/core/modules/field/field.multilingual.inc |
Checks whether a field has language support. |
DummyClass::getField1 |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DummyClass.php |
Gets the value of field1. |
number_field_validate |
function |
drupal/core/modules/field/modules/number/number.module |
Implements hook_field_validate(). |
number_field_is_empty |
function |
drupal/core/modules/field/modules/number/number.module |
Implements hook_field_is_empty(). |
FIELD_BEHAVIOR_CUSTOM |
constant |
drupal/core/modules/field/field.module |
Value for field API indicating a widget can receive several field values. |
field_modules_enabled |
function |
drupal/core/modules/field/field.module |
Implements hook_modules_enabled(). |
FileFieldValidateTest |
class |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldValidateTest.php |
Tests various validations. |
file_field_views_data |
function |
drupal/core/modules/file/file.views.inc |
Implements hook_field_views_data(). |
field_bundle_settings |
function |
drupal/core/modules/field/field.module |
Gets or sets administratively defined bundle settings. |
Statement::fetchField |
function |
drupal/core/lib/Drupal/Core/Database/Statement.php |
Returns a single field from the next record of a result set. |
FieldSqlStorageBundle |
class |
drupal/core/modules/field/modules/field_sql_storage/lib/Drupal/field_sql_storage/FieldSqlStorageBundle.php |
|
file_field_widget_uri |
function |
drupal/core/modules/file/file.field.inc |
Determines the URI for a file field instance. |
field_test_field_info |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.field.inc |
Implements hook_field_info(). |
taxonomy_field_schema |
function |
drupal/core/modules/taxonomy/taxonomy.install |
Implements hook_field_schema(). |
CommentFieldsTest.php |
file |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentFieldsTest.php |
Definition of Drupal\comment\Tests\CommentFieldsTest. |
field_test_field_load |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.field.inc |
Implements hook_field_load(). |
HandlerFieldFieldTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/Field/HandlerFieldFieldTest.php |
Tests the field_field handler.
@TODO
Check a entity-type with bundles
Check a entity-type without bundles
Check locale:disabled, locale:enabled and locale:enabled with another language
Check revisions |
field_info_max_weight |
function |
drupal/core/modules/field/field.info.inc |
Returns the maximum weight of all the components in an entity. |
FieldPluginBase::init |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
Overrides Drupal\views\Plugin\views\HandlerBase::init(). |
list_field_views_data |
function |
drupal/core/modules/field/field.views.inc |
Have a different filter handler for lists. This should allow to select values of the list. |
field_ui_element_info |
function |
drupal/core/modules/field_ui/field_ui.module |
Implements hook_element_info(). |
field_add_more_submit |
function |
drupal/core/modules/field/field.form.inc |
Form submission handler for the "Add another item" button of a field form. |
FieldInterface::__get |
function |
drupal/core/lib/Drupal/Core/Entity/Field/FieldInterface.php |
Magic getter: Delegates to the first item. |
field_ui_library_info |
function |
drupal/core/modules/field_ui/field_ui.module |
Implements hook_library_info(). |
FieldInterface::__set |
function |
drupal/core/lib/Drupal/Core/Entity/Field/FieldInterface.php |
Magic setter: Delegates to the first item. |
field_widget_instance |
function |
drupal/core/modules/field/field.form.inc |
Retrieves the instance definition array for a widget's helper callbacks. |
FieldLanguageTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/Language/FieldLanguageTest.php |
Contains Drupal\views\Tests\Language\FieldLanguageTest. |
EmailFieldTest::setUp |
function |
drupal/core/modules/field/modules/email/lib/Drupal/email/Tests/EmailFieldTest.php |
Sets up a Drupal site for running functional and integration tests. |
_field_invoke_default |
function |
drupal/core/modules/field/field.attach.inc |
Invoke field.module's version of a field hook. |
user_field_info_alter |
function |
drupal/core/modules/user/user.module |
Implements hook_field_info_alter(). |
field_test_entity_add |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc |
Menu callback: displays the 'Add new test_entity' form. |
field_attach_validate |
function |
drupal/core/modules/field/field.attach.inc |
Performs field validation against the field data in an entity. |
field_test_permission |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.module |
Implements hook_permission(). |