| OptionsFieldUnitTestBase::$fieldName |
property |
core/modules/options/tests/src/Kernel/OptionsFieldUnitTestBase.php |
The field name used in the test. |
| OptionsFieldUnitTestBase::$fieldStorage |
property |
core/modules/options/tests/src/Kernel/OptionsFieldUnitTestBase.php |
The list field storage used in the test. |
| OptionsFieldUnitTestBase::$fieldStorageDefinition |
property |
core/modules/options/tests/src/Kernel/OptionsFieldUnitTestBase.php |
The field storage definition used to created the field storage. |
| OptionsFieldUnitTestBase::$modules |
property |
core/modules/options/tests/src/Kernel/OptionsFieldUnitTestBase.php |
Modules to install. |
| OptionsFieldUnitTestBase::setUp |
function |
core/modules/options/tests/src/Kernel/OptionsFieldUnitTestBase.php |
Set the default field storage backend for fields created during tests. |
| OptionsFloatFieldImportTest |
class |
core/modules/options/tests/src/Functional/OptionsFloatFieldImportTest.php |
Tests option fields can be updated and created by config synchronization. |
| OptionsFloatFieldImportTest.php |
file |
core/modules/options/tests/src/Functional/OptionsFloatFieldImportTest.php |
|
| OptionsFloatFieldImportTest::$defaultTheme |
property |
core/modules/options/tests/src/Functional/OptionsFloatFieldImportTest.php |
The theme to install as the default for testing. |
| OptionsFloatFieldImportTest::$modules |
property |
core/modules/options/tests/src/Functional/OptionsFloatFieldImportTest.php |
Modules to install. |
| OptionsFloatFieldImportTest::setUp |
function |
core/modules/options/tests/src/Functional/OptionsFloatFieldImportTest.php |
|
| OptionsFloatFieldImportTest::testImport |
function |
core/modules/options/tests/src/Functional/OptionsFloatFieldImportTest.php |
Tests that importing list_float fields works. |
| OptionsHooks::fieldStorageConfigDelete |
function |
core/modules/options/src/Hook/OptionsHooks.php |
Implements hook_ENTITY_TYPE_delete() for 'field_storage_config'. |
| OptionsHooks::fieldStorageConfigUpdate |
function |
core/modules/options/src/Hook/OptionsHooks.php |
Implements hook_ENTITY_TYPE_update() for 'field_storage_config'. |
| OptionsHooks::fieldStorageConfigUpdateForbid |
function |
core/modules/options/src/Hook/OptionsHooks.php |
Implements hook_field_storage_config_update_forbid(). |
| OptionsTestBase::$fieldNames |
property |
core/modules/options/tests/src/Kernel/Views/OptionsTestBase.php |
The used field names. |
| OptionsTestBase::$fieldValues |
property |
core/modules/options/tests/src/Kernel/Views/OptionsTestBase.php |
Stores the field values used for the different tests. |
| OptionsViewsHooks::fieldViewsData |
function |
core/modules/options/src/Hook/OptionsViewsHooks.php |
Implements hook_field_views_data(). |
| OptionWidgetsField |
class |
core/modules/options/src/Plugin/migrate/field/d6/OptionWidgetsField.php |
MigrateField Plugin for Drupal 6 options fields. |
| OptionWidgetsField.php |
file |
core/modules/options/src/Plugin/migrate/field/d6/OptionWidgetsField.php |
|
| OrderByTest::testFieldEscaping |
function |
core/tests/Drupal/Tests/Core/Database/OrderByTest.php |
Tests that fields passed for ordering get escaped properly. |
| OverrideSectionsTest::testOverrideField |
function |
core/modules/layout_builder/tests/src/Functional/Rest/OverrideSectionsTest.php |
Tests that the layout override field is not normalized. |
| OverridesSectionStorage::$entityFieldManager |
property |
core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php |
The entity field manager. |
| OverridesSectionStorage::FIELD_NAME |
constant |
core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php |
The field name used by this storage. |
| OverridesSectionStorageTest::$entityFieldManager |
property |
core/modules/layout_builder/tests/src/Unit/OverridesSectionStorageTest.php |
The entity field manager. |
| PagePreviewTest::$fieldName |
property |
core/modules/node/tests/src/Functional/PagePreviewTest.php |
The name of the created field. |
| PasswordItemTest::$field |
property |
core/tests/Drupal/KernelTests/Core/Field/FieldType/PasswordItemTest.php |
The field used in this test class. |
| PasswordItemTest::$fieldStorage |
property |
core/tests/Drupal/KernelTests/Core/Field/FieldType/PasswordItemTest.php |
A field storage to use in this test class. |
| PathAlias::baseFieldDefinitions |
function |
core/modules/path_alias/src/Entity/PathAlias.php |
Provides base field definitions for an entity type. |
| PathAliasResourceTestBase::$patchProtectedFieldNames |
property |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasResourceTestBase.php |
The fields that are protected against modification during PATCH requests. |
| PathAliasTest::$patchProtectedFieldNames |
property |
core/modules/jsonapi/tests/src/Functional/PathAliasTest.php |
The fields that are protected against modification during PATCH requests. |
| PathFieldDefinitionTest |
class |
core/modules/path/tests/src/Unit/Field/PathFieldDefinitionTest.php |
Tests Drupal\Core\Field\BaseFieldDefinition. |
| PathFieldDefinitionTest.php |
file |
core/modules/path/tests/src/Unit/Field/PathFieldDefinitionTest.php |
|
| PathFieldDefinitionTest::getModuleAndPath |
function |
core/modules/path/tests/src/Unit/Field/PathFieldDefinitionTest.php |
Returns the module name and the module directory for the plugin. |
| PathFieldDefinitionTest::getPluginId |
function |
core/modules/path/tests/src/Unit/Field/PathFieldDefinitionTest.php |
Returns the plugin ID of the tested field type. |
| PathFieldDefinitionTest::testGetColumns |
function |
core/modules/path/tests/src/Unit/Field/PathFieldDefinitionTest.php |
Tests get columns. |
| PathFieldItemList |
class |
core/modules/path/src/Plugin/Field/FieldType/PathFieldItemList.php |
Represents a configurable entity path field. |
| PathFieldItemList.php |
file |
core/modules/path/src/Plugin/Field/FieldType/PathFieldItemList.php |
|
| PathFieldItemList::computeValue |
function |
core/modules/path/src/Plugin/Field/FieldType/PathFieldItemList.php |
Computes the values for an item list. |
| PathFieldItemList::defaultAccess |
function |
core/modules/path/src/Plugin/Field/FieldType/PathFieldItemList.php |
Contains the default access logic of this field. |
| PathFieldItemList::delete |
function |
core/modules/path/src/Plugin/Field/FieldType/PathFieldItemList.php |
Defines custom delete behavior for field values. |
| PathHooks::entityBaseFieldInfo |
function |
core/modules/path/src/Hook/PathHooks.php |
Implements hook_entity_base_field_info(). |
| PathHooks::entityBaseFieldInfoAlter |
function |
core/modules/path/src/Hook/PathHooks.php |
Implements hook_entity_base_field_info_alter(). |
| PathHooks::fieldWidgetSingleElementFormAlter |
function |
core/modules/path/src/Hook/PathHooks.php |
Implements hook_field_widget_single_element_form_alter(). |
| PgsqlCastedIntFieldJoinTest |
class |
core/modules/pgsql/tests/src/Kernel/pgsql/Plugin/views/PgsqlCastedIntFieldJoinTest.php |
Tests PostgreSQL specific cast handling. |
| PgsqlCastedIntFieldJoinTest.php |
file |
core/modules/pgsql/tests/src/Kernel/pgsql/Plugin/views/PgsqlCastedIntFieldJoinTest.php |
|
| PgsqlCastedIntFieldJoinTest::$castingType |
property |
core/modules/pgsql/tests/src/Kernel/pgsql/Plugin/views/PgsqlCastedIntFieldJoinTest.php |
The db type that should be used for casting fields as integers. |
| PhoneField |
class |
core/modules/telephone/src/Plugin/migrate/field/d7/PhoneField.php |
Migrate field plugin for Drupal 7 phone fields. |
| PhoneField.php |
file |
core/modules/telephone/src/Plugin/migrate/field/d7/PhoneField.php |
|
| PhoneField::getFieldFormatterMap |
function |
core/modules/telephone/src/Plugin/migrate/field/d7/PhoneField.php |
Get a map between D6 formatters and D8 formatters for this field type. |
| plugin.manager.field.field_type |
service |
core/core.services.yml |
Drupal\Core\Field\FieldTypePluginManager |