| FieldUiTestTrait::getFieldFromGroup |
function |
core/modules/field_ui/tests/src/Traits/FieldUiTestTrait.php |
Helper function that returns the name of the group that a field is in. |
| FieldUiThemeHooks |
class |
core/modules/field_ui/src/Hook/FieldUiThemeHooks.php |
Hook implementations for field_ui. |
| FieldUiThemeHooks.php |
file |
core/modules/field_ui/src/Hook/FieldUiThemeHooks.php |
|
| FieldUiThemeHooks::preprocessFormElementNewStorageType |
function |
core/modules/field_ui/src/Hook/FieldUiThemeHooks.php |
Implements hook_preprocess_HOOK(). |
| FieldUninstallValidator |
class |
core/modules/field/src/FieldUninstallValidator.php |
Prevents uninstallation of modules providing active field storage. |
| FieldUninstallValidator.php |
file |
core/modules/field/src/FieldUninstallValidator.php |
|
| FieldUninstallValidator::$fieldStorageConfigStorage |
property |
core/modules/field/src/FieldUninstallValidator.php |
The field storage config storage. |
| FieldUninstallValidator::$fieldTypeManager |
property |
core/modules/field/src/FieldUninstallValidator.php |
The field type plugin manager. |
| FieldUninstallValidator::getFieldStoragesByModule |
function |
core/modules/field/src/FieldUninstallValidator.php |
Returns all field storages for a specified module. |
| FieldUninstallValidator::getFieldTypeLabel |
function |
core/modules/field/src/FieldUninstallValidator.php |
Returns the label for a specified field type. |
| FieldUninstallValidator::validate |
function |
core/modules/field/src/FieldUninstallValidator.php |
Determines the reasons a module can not be uninstalled. |
| FieldUninstallValidator::validateConfigImport |
function |
core/modules/field/src/FieldUninstallValidator.php |
Determines reasons a module can not be uninstalled prior to config import. |
| FieldUninstallValidator::__construct |
function |
core/modules/field/src/FieldUninstallValidator.php |
Constructs a new FieldUninstallValidator. |
| FieldUninstallValidatorTest |
class |
core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php |
Tests Drupal\field\FieldUninstallValidator. |
| FieldUninstallValidatorTest.php |
file |
core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php |
|
| FieldUninstallValidatorTest::$fieldTypePluginManager |
property |
core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php |
The mock field type plugin manager. |
| FieldUninstallValidatorTest::$fieldUninstallValidator |
property |
core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php |
The mock field uninstall validator. |
| FieldUninstallValidatorTest::setUp |
function |
core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php |
|
| FieldUninstallValidatorTest::testValidateDeleted |
function |
core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php |
Tests validate deleted. |
| FieldUninstallValidatorTest::testValidateNoDeleted |
function |
core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php |
Tests validate no deleted. |
| FieldUninstallValidatorTest::testValidateNoStorages |
function |
core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php |
Tests validate no storages. |
| FieldUpdateActionBase |
class |
core/lib/Drupal/Core/Field/FieldUpdateActionBase.php |
Provides a base for action plugins that update one or more fields. |
| FieldUpdateActionBase.php |
file |
core/lib/Drupal/Core/Field/FieldUpdateActionBase.php |
|
| FieldUpdateActionBase::access |
function |
core/lib/Drupal/Core/Field/FieldUpdateActionBase.php |
Checks object access. |
| FieldUpdateActionBase::execute |
function |
core/lib/Drupal/Core/Field/FieldUpdateActionBase.php |
Executes the plugin. |
| FieldUpdateActionBase::getFieldsToUpdate |
function |
core/lib/Drupal/Core/Field/FieldUpdateActionBase.php |
Gets an array of values to be set. |
| FieldUrlTest |
class |
core/modules/views/tests/src/Kernel/Handler/FieldUrlTest.php |
Tests the core Drupal\views\Plugin\views\field\Url handler. |
| FieldUrlTest.php |
file |
core/modules/views/tests/src/Kernel/Handler/FieldUrlTest.php |
|
| FieldUrlTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Handler/FieldUrlTest.php |
Views used by this test. |
| FieldUrlTest::testFieldUrl |
function |
core/modules/views/tests/src/Kernel/Handler/FieldUrlTest.php |
Tests the rendering of a field as a plain text value and as a link. |
| FieldUrlTest::viewsData |
function |
core/modules/views/tests/src/Kernel/Handler/FieldUrlTest.php |
Defines the Views data for the test entity. |
| FieldValidationTest |
class |
core/modules/field/tests/src/Kernel/FieldValidationTest.php |
Tests field validation. |
| FieldValidationTest.php |
file |
core/modules/field/tests/src/Kernel/FieldValidationTest.php |
|
| FieldValidationTest::$bundle |
property |
core/modules/field/tests/src/Kernel/FieldValidationTest.php |
|
| FieldValidationTest::$entity |
property |
core/modules/field/tests/src/Kernel/FieldValidationTest.php |
|
| FieldValidationTest::$entityType |
property |
core/modules/field/tests/src/Kernel/FieldValidationTest.php |
|
| FieldValidationTest::setUp |
function |
core/modules/field/tests/src/Kernel/FieldValidationTest.php |
Set the default field storage backend for fields created during tests. |
| FieldValidationTest::testCardinalityConstraint |
function |
core/modules/field/tests/src/Kernel/FieldValidationTest.php |
Tests that the number of values is validated against the field cardinality. |
| FieldValidationTest::testFieldConstraints |
function |
core/modules/field/tests/src/Kernel/FieldValidationTest.php |
Tests that constraints defined by the field type are validated. |
| FieldValuesTest |
class |
core/modules/layout_builder/tests/src/Functional/FieldValuesTest.php |
Tests how Layout Builder handles changes to entity fields. |
| FieldValuesTest.php |
file |
core/modules/layout_builder/tests/src/Functional/FieldValuesTest.php |
|
| FieldValuesTest::$defaultTheme |
property |
core/modules/layout_builder/tests/src/Functional/FieldValuesTest.php |
The theme to install as the default for testing. |
| FieldValuesTest::$modules |
property |
core/modules/layout_builder/tests/src/Functional/FieldValuesTest.php |
Modules to install. |
| FieldValuesTest::setUp |
function |
core/modules/layout_builder/tests/src/Functional/FieldValuesTest.php |
|
| FieldValuesTest::testLayoutBuilderUiDoesNotShowStaleEntityFieldValues |
function |
core/modules/layout_builder/tests/src/Functional/FieldValuesTest.php |
Tests that changes to fields are visible in the Layout Builder UI. |
| FieldViewsDataProvider |
class |
core/modules/views/src/FieldViewsDataProvider.php |
Provide default views data for fields. |
| FieldViewsDataProvider.php |
file |
core/modules/views/src/FieldViewsDataProvider.php |
|
| FieldViewsDataProvider::defaultFieldImplementation |
function |
core/modules/views/src/FieldViewsDataProvider.php |
Default views data implementation for a field. |
| FieldViewsDataProvider::getSqlStorageForField |
function |
core/modules/views/src/FieldViewsDataProvider.php |
Determines whether the entity type the field appears in is SQL based. |
| FieldViewsDataProvider::__construct |
function |
core/modules/views/src/FieldViewsDataProvider.php |
|