| TimestampFormatterTest::$fieldName |
property |
core/modules/field/tests/src/Kernel/Timestamp/TimestampFormatterTest.php |
|
| TimestampFormatterTest::renderEntityFields |
function |
core/modules/field/tests/src/Kernel/Timestamp/TimestampFormatterTest.php |
Renders fields of a given entity with a given display. |
| TimestampItemTest::$field |
property |
core/modules/field/tests/src/Kernel/Timestamp/TimestampItemTest.php |
The field used in this test class. |
| TimestampItemTest::$fieldStorage |
property |
core/modules/field/tests/src/Kernel/Timestamp/TimestampItemTest.php |
A field storage to use in this test class. |
| TimestampTest::$field |
property |
core/tests/Drupal/FunctionalTests/Datetime/TimestampTest.php |
The field used in this test class. |
| TimestampTest::$fieldStorage |
property |
core/tests/Drupal/FunctionalTests/Datetime/TimestampTest.php |
A field storage to use in this test class. |
| TokenReplaceTest::$fieldName |
property |
core/modules/taxonomy/tests/src/Kernel/TokenReplaceTest.php |
Name of the taxonomy term reference field. |
| TrackChangesTest::fields |
function |
core/modules/migrate/tests/modules/migrate_track_changes_test/src/Plugin/migrate/source/TrackChangesTest.php |
Returns available fields on the source. |
| TranslatableFieldTest |
class |
core/modules/layout_builder/tests/src/Kernel/TranslatableFieldTest.php |
Tests Layout Builder with a translatable layout field. |
| TranslatableFieldTest.php |
file |
core/modules/layout_builder/tests/src/Kernel/TranslatableFieldTest.php |
|
| TranslatableFieldTest::$modules |
property |
core/modules/layout_builder/tests/src/Kernel/TranslatableFieldTest.php |
Modules to install. |
| TranslatableFieldTest::setUp |
function |
core/modules/layout_builder/tests/src/Kernel/TranslatableFieldTest.php |
|
| TranslatableFieldTest::testSectionsClearedOnCreateTranslation |
function |
core/modules/layout_builder/tests/src/Kernel/TranslatableFieldTest.php |
Tests that sections on cleared when creating a new translation. |
| TranslationTest::$field |
property |
core/modules/field/tests/src/Kernel/TranslationTest.php |
The field to use in this test. |
| TranslationTest::$fieldDefinition |
property |
core/modules/field/tests/src/Kernel/TranslationTest.php |
An array defining the field to use in this test. |
| TranslationTest::$fieldName |
property |
core/modules/field/tests/src/Kernel/TranslationTest.php |
The name of the field to use in this test. |
| TranslationTest::$fieldStorage |
property |
core/modules/field/tests/src/Kernel/TranslationTest.php |
The field storage to use in this test. |
| TranslationTest::$fieldStorageDefinition |
property |
core/modules/field/tests/src/Kernel/TranslationTest.php |
An array defining the field storage to use in this test. |
| TranslationTest::testFieldAccess |
function |
core/modules/field/tests/src/Kernel/TranslationTest.php |
Tests field access. |
| TranslationTest::testTranslatableFieldSaveLoad |
function |
core/modules/field/tests/src/Kernel/TranslationTest.php |
Tests translatable fields storage/retrieval. |
| TranslationWebTest::$field |
property |
core/modules/field/tests/src/Functional/TranslationWebTest.php |
The field to use in this test. |
| TranslationWebTest::$fieldName |
property |
core/modules/field/tests/src/Functional/TranslationWebTest.php |
The name of the field to use in this test. |
| TranslationWebTest::$fieldStorage |
property |
core/modules/field/tests/src/Functional/TranslationWebTest.php |
The field storage to use in this test. |
| TranslationWebTest::testFieldFormTranslationRevisions |
function |
core/modules/field/tests/src/Functional/TranslationWebTest.php |
Tests field translations when creating a new revision. |
| UmamiHooks::preprocessField |
function |
core/profiles/demo_umami/themes/umami/src/Hook/UmamiHooks.php |
Implements hook_preprocess_HOOK() for field. |
| umami_preprocess_field |
function |
core/profiles/demo_umami/themes/umami/umami.theme |
Implements hook_preprocess_HOOK() for field. |
| UncacheableFieldHandlerTrait |
trait |
core/modules/views/src/Plugin/views/field/UncacheableFieldHandlerTrait.php |
Trait encapsulating the logic for uncacheable field handlers. |
| UncacheableFieldHandlerTrait.php |
file |
core/modules/views/src/Plugin/views/field/UncacheableFieldHandlerTrait.php |
|
| UncacheableFieldHandlerTrait::doRender |
function |
core/modules/views/src/Plugin/views/field/UncacheableFieldHandlerTrait.php |
Actually renders the field markup. |
| UncacheableFieldHandlerTrait::getFieldTokenPlaceholder |
function |
core/modules/views/src/Plugin/views/field/UncacheableFieldHandlerTrait.php |
|
| UncacheableFieldHandlerTrait::getValue |
function |
core/modules/views/src/Plugin/views/field/UncacheableFieldHandlerTrait.php |
|
| UncacheableFieldHandlerTrait::postRender |
function |
core/modules/views/src/Plugin/views/field/UncacheableFieldHandlerTrait.php |
|
| UncacheableFieldHandlerTrait::render |
function |
core/modules/views/src/Plugin/views/field/UncacheableFieldHandlerTrait.php |
|
| UniqueFieldConstraint |
class |
core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/UniqueFieldConstraint.php |
Checks if an entity field has a unique value. |
| UniqueFieldConstraint.php |
file |
core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/UniqueFieldConstraint.php |
|
| UniqueFieldConstraint::validatedBy |
function |
core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/UniqueFieldConstraint.php |
|
| UniqueFieldConstraint::__construct |
function |
core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/UniqueFieldConstraint.php |
Constructs a UniqueFieldConstraint object. |
| UniqueFieldConstraintTest |
class |
core/tests/Drupal/KernelTests/Core/Validation/UniqueFieldConstraintTest.php |
Tests the unique field value validation constraint. |
| UniqueFieldConstraintTest.php |
file |
core/tests/Drupal/KernelTests/Core/Validation/UniqueFieldConstraintTest.php |
|
| UniqueFieldConstraintTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Validation/UniqueFieldConstraintTest.php |
|
| UniqueFieldConstraintTest::providerTestEntityWithStringIdWithViolation |
function |
core/tests/Drupal/KernelTests/Core/Validation/UniqueFieldConstraintTest.php |
Data provider for ::testEntityWithStringIdWithViolation(). |
| UniqueFieldConstraintTest::testEntityWithStringId |
function |
core/tests/Drupal/KernelTests/Core/Validation/UniqueFieldConstraintTest.php |
Tests cases where the validation passes for entities with string IDs. |
| UniqueFieldConstraintTest::testEntityWithStringIdWithViolation |
function |
core/tests/Drupal/KernelTests/Core/Validation/UniqueFieldConstraintTest.php |
Tests cases when validation raises violations for entities with string IDs. |
| UniqueFieldConstraintTest::testViolationDespiteNoAccess |
function |
core/tests/Drupal/KernelTests/Core/Validation/UniqueFieldConstraintTest.php |
Tests validating inaccessible entities. |
| UniqueFieldConstraintTestHooks |
class |
core/modules/system/tests/modules/unique_field_constraint_test/src/Hook/UniqueFieldConstraintTestHooks.php |
Hook implementations for unique_field_constraint_test. |
| UniqueFieldConstraintTestHooks.php |
file |
core/modules/system/tests/modules/unique_field_constraint_test/src/Hook/UniqueFieldConstraintTestHooks.php |
|
| UniqueFieldConstraintTestHooks::entityBaseFieldInfoAlter |
function |
core/modules/system/tests/modules/unique_field_constraint_test/src/Hook/UniqueFieldConstraintTestHooks.php |
Implements hook_entity_base_field_info_alter(). |
| UniqueFieldConstraintTestHooks::queryEntityTestAccessAlter |
function |
core/modules/system/tests/modules/unique_field_constraint_test/src/Hook/UniqueFieldConstraintTestHooks.php |
Implements hook_query_entity_test_access_alter(). |
| UniqueFieldValueValidator |
class |
core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/UniqueFieldValueValidator.php |
Validates that a field is unique for the given entity type. |
| UniqueFieldValueValidator.php |
file |
core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/UniqueFieldValueValidator.php |
|