FileFieldValidateTest |
class |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldValidateTest.php |
Tests various validations. |
FieldTest::$testValue |
property |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/field/FieldTest.php |
A temporary stored test value for the test. |
FieldFileSizeTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldFileSizeTest.php |
Definition of Drupal\views\Tests\Handler\FieldFileSizeTest. |
edit_preprocess_field |
function |
drupal/core/modules/edit/edit.module |
Implements hook_preprocess_HOOK() for field.tpl.php. |
FieldOverview::create |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/FieldOverview.php |
Instantiates a new instance of this controller. |
HandlerFieldFieldTest |
class |
drupal/core/modules/field/lib/Drupal/field/Tests/Views/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 |
FieldInterface::__get |
function |
drupal/core/lib/Drupal/Core/Entity/Field/FieldInterface.php |
Magic method: Gets a property value of to the first field item. |
FieldInterface::__set |
function |
drupal/core/lib/Drupal/Core/Entity/Field/FieldInterface.php |
Magic method: Sets a property value of the first field item. |
hook_field_read_field |
function |
drupal/core/modules/field/field.api.php |
Act on field records being read from the database. |
FieldUITest::$modules |
property |
drupal/core/modules/field/lib/Drupal/field/Tests/Views/FieldUITest.php |
Modules to enable. |
LanguageField::render |
function |
drupal/core/modules/language/lib/Drupal/language/Plugin/views/field/LanguageField.php |
Render the field. |
Field::getConstraints |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/Field.php |
Overrides \Drupal\Core\TypedData\TypedData::getConstraints(). |
field_ui_element_info |
function |
drupal/core/modules/field_ui/field_ui.module |
Implements hook_element_info(). |
field_ui_library_info |
function |
drupal/core/modules/field_ui/field_ui.module |
Implements hook_library_info(). |
DatetimeFieldTest.php |
file |
drupal/core/modules/datetime/lib/Drupal/datetime/Tests/DatetimeFieldTest.php |
Contains \Drupal\datetime\Tests\DatetimeFieldTest. |
field_ui.services.yml |
file |
drupal/core/modules/field_ui/field_ui.services.yml |
drupal/core/modules/field_ui/field_ui.services.yml |
field_create_instance |
function |
drupal/core/modules/field/field.crud.inc |
Creates an instance of a field, binding it to a bundle. |
field_update_instance |
function |
drupal/core/modules/field/field.crud.inc |
Updates an instance of a field. |
field_delete_instance |
function |
drupal/core/modules/field/field.crud.inc |
Marks a field instance and its data for deletion. |
field_test_permission |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.module |
Implements hook_permission(). |
field_is_translatable |
function |
drupal/core/modules/field/field.multilingual.inc |
Checks whether a field has language support. |
FormatterBase::$field |
property |
drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Formatter/FormatterBase.php |
The field definition. |
FieldPluginBase::init |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
Overrides Drupal\views\Plugin\views\HandlerBase::init(). |
number_field_validate |
function |
drupal/core/modules/number/number.module |
Implements hook_field_validate(). |
number_field_is_empty |
function |
drupal/core/modules/number/number.module |
Implements hook_field_is_empty(). |
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. |
Insert::$insertFields |
property |
drupal/core/lib/Drupal/Core/Database/Query/Insert.php |
An array of fields on which to insert. |
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. |
ContactFieldsTest.php |
file |
drupal/core/modules/contact/lib/Drupal/contact/Tests/Views/ContactFieldsTest.php |
Contains \Drupal\contact\Tests\Views\ContactFieldsTest. |
FileFieldRevisionTest |
class |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldRevisionTest.php |
Tests file handling with node revisions. |
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. |
FieldImportCreateTest |
class |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldImportCreateTest.php |
Tests creating fields and instances as part of config import. |
ImageFieldDisplayTest |
class |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldDisplayTest.php |
Test class to check that formatters and display settings are working. |
field_widget_instance |
function |
drupal/core/modules/field/field.form.inc |
Retrieves the instance definition array for a widget's helper callbacks. |
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_test_field_info |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.field.inc |
Implements hook_field_info(). |
FileFieldTestBase.php |
file |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldTestBase.php |
Definition of Drupal\file\Tests\FileFieldTestBase. |
SelectionBase::$field |
property |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/entity_reference/selection/SelectionBase.php |
The field array. |
field_test_field_load |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.field.inc |
Implements hook_field_load(). |
_field_invoke_default |
function |
drupal/core/modules/field/field.attach.inc |
Invoke field.module's version of a field hook. |
file_field_views_data |
function |
drupal/core/modules/file/file.views.inc |
Implements hook_field_views_data(). |
FileFieldPathTest.php |
file |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldPathTest.php |
Definition of Drupal\file\Tests\FileFieldPathTest. |
field_attach_validate |
function |
drupal/core/modules/field/field.attach.inc |
Performs field validation against the field data in an entity. |
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. |
Statement::fetchField |
function |
drupal/core/lib/Drupal/Core/Database/Statement.php |
Returns a single field from the next record of a result set. |
Field::process_entity |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php |
Process an entity before using it for rendering. |
file_field_widget_uri |
function |
drupal/core/modules/file/file.field.inc |
Determines the URI for a file field instance. |
FIELD_BEHAVIOR_CUSTOM |
constant |
drupal/core/modules/field/field.module |
Value for field API indicating a widget can receive several field values. |
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. |
taxonomy_field_schema |
function |
drupal/core/modules/taxonomy/taxonomy.install |
Implements hook_field_schema(). |