FieldApiDataTest::getViewsData |
function |
core/modules/views/tests/src/Kernel/FieldApiDataTest.php |
Gets the views data for the field created in setUp(). |
FieldApiDataTest::setUp |
function |
core/modules/views/tests/src/Kernel/FieldApiDataTest.php |
|
FieldApiDataTest::testEntityFieldFilter |
function |
core/modules/views/tests/src/Kernel/FieldApiDataTest.php |
Tests filtering entries with different translatability. |
FieldApiDataTest::testViewsData |
function |
core/modules/views/tests/src/Kernel/FieldApiDataTest.php |
Unit testing the views data structure. |
FieldAPIHandlerTrait |
trait |
core/modules/views/src/FieldAPIHandlerTrait.php |
A trait containing helper methods for field definitions. |
FieldAPIHandlerTrait.php |
file |
core/modules/views/src/FieldAPIHandlerTrait.php |
|
FieldAPIHandlerTrait::$entityFieldManager |
property |
core/modules/views/src/FieldAPIHandlerTrait.php |
The entity field manager. |
FieldAPIHandlerTrait::$fieldDefinition |
property |
core/modules/views/src/FieldAPIHandlerTrait.php |
The field definition. |
FieldAPIHandlerTrait::$fieldStorageDefinition |
property |
core/modules/views/src/FieldAPIHandlerTrait.php |
The field storage definition. |
FieldAPIHandlerTrait::getEntityFieldManager |
function |
core/modules/views/src/FieldAPIHandlerTrait.php |
Returns the entity field manager. |
FieldAPIHandlerTrait::getFieldDefinition |
function |
core/modules/views/src/FieldAPIHandlerTrait.php |
Gets the field definition. |
FieldAPIHandlerTrait::getFieldStorageDefinition |
function |
core/modules/views/src/FieldAPIHandlerTrait.php |
Gets the field storage configuration. |
FieldAttachOtherTest |
class |
core/modules/field/tests/src/Kernel/FieldAttachOtherTest.php |
Tests other Field API functions. |
FieldAttachOtherTest.php |
file |
core/modules/field/tests/src/Kernel/FieldAttachOtherTest.php |
|
FieldAttachOtherTest::setUp |
function |
core/modules/field/tests/src/Kernel/FieldAttachOtherTest.php |
Set the default field storage backend for fields created during tests. |
FieldAttachOtherTest::testEntityCache |
function |
core/modules/field/tests/src/Kernel/FieldAttachOtherTest.php |
Tests entity cache. |
FieldAttachOtherTest::testEntityDisplayBuild |
function |
core/modules/field/tests/src/Kernel/FieldAttachOtherTest.php |
Tests rendering fields with EntityDisplay build(). |
FieldAttachOtherTest::testEntityDisplayViewMultiple |
function |
core/modules/field/tests/src/Kernel/FieldAttachOtherTest.php |
Tests rendering fields with EntityDisplay::buildMultiple(). |
FieldAttachOtherTest::testEntityFormDisplayBuildForm |
function |
core/modules/field/tests/src/Kernel/FieldAttachOtherTest.php |
Tests \Drupal\Core\Entity\Display\EntityFormDisplayInterface::buildForm(). |
FieldAttachOtherTest::testEntityFormDisplayExtractFormValues |
function |
core/modules/field/tests/src/Kernel/FieldAttachOtherTest.php |
Tests \Drupal\Core\Entity\Display\EntityFormDisplayInterface::extractFormValues(). |
FieldAttachStorageTest |
class |
core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php |
Tests storage-related Field Attach API functions. |
FieldAttachStorageTest.php |
file |
core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php |
|
FieldAttachStorageTest::setUp |
function |
core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php |
Set the default field storage backend for fields created during tests. |
FieldAttachStorageTest::testEntityCreateBundle |
function |
core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php |
Tests entity_bundle_create(). |
FieldAttachStorageTest::testEntityDeleteBundle |
function |
core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php |
Tests entity_bundle_delete(). |
FieldAttachStorageTest::testFieldAttachDelete |
function |
core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php |
Tests entity deletion. |
FieldAttachStorageTest::testFieldAttachLoadMultiple |
function |
core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php |
Tests the 'multiple' load feature. |
FieldAttachStorageTest::testFieldAttachSaveEmptyData |
function |
core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php |
Tests insert and update with empty or NULL fields. |
FieldAttachStorageTest::testFieldAttachSaveEmptyDataDefaultValue |
function |
core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php |
Tests insert with empty or NULL fields, with default value. |
FieldAttachStorageTest::testFieldAttachSaveLoad |
function |
core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php |
Check field values insert, update and load. |
FieldBlock |
class |
core/modules/layout_builder/tests/modules/layout_builder_fieldblock_test/src/Plugin/Block/FieldBlock.php |
Provides test field block to test with Block UI. |
FieldBlock |
class |
core/modules/layout_builder/src/Plugin/Block/FieldBlock.php |
Provides a block that renders a field from an entity. |
FieldBlock.php |
file |
core/modules/layout_builder/src/Plugin/Block/FieldBlock.php |
|
FieldBlock.php |
file |
core/modules/layout_builder/tests/modules/layout_builder_fieldblock_test/src/Plugin/Block/FieldBlock.php |
|
FieldBlock::$bundle |
property |
core/modules/layout_builder/src/Plugin/Block/FieldBlock.php |
The bundle ID. |
FieldBlock::$entityFieldManager |
property |
core/modules/layout_builder/src/Plugin/Block/FieldBlock.php |
The entity field manager. |
FieldBlock::$entityTypeId |
property |
core/modules/layout_builder/src/Plugin/Block/FieldBlock.php |
The entity type ID. |
FieldBlock::$fieldDefinition |
property |
core/modules/layout_builder/src/Plugin/Block/FieldBlock.php |
The field definition. |
FieldBlock::$fieldName |
property |
core/modules/layout_builder/src/Plugin/Block/FieldBlock.php |
The field name. |
FieldBlock::$formatterManager |
property |
core/modules/layout_builder/src/Plugin/Block/FieldBlock.php |
The formatter manager. |
FieldBlock::$logger |
property |
core/modules/layout_builder/src/Plugin/Block/FieldBlock.php |
The logger. |
FieldBlock::$moduleHandler |
property |
core/modules/layout_builder/src/Plugin/Block/FieldBlock.php |
The module handler. |
FieldBlock::blockAccess |
function |
core/modules/layout_builder/src/Plugin/Block/FieldBlock.php |
Indicates whether the block should be shown. |
FieldBlock::blockForm |
function |
core/modules/layout_builder/src/Plugin/Block/FieldBlock.php |
|
FieldBlock::blockSubmit |
function |
core/modules/layout_builder/src/Plugin/Block/FieldBlock.php |
|
FieldBlock::build |
function |
core/modules/layout_builder/src/Plugin/Block/FieldBlock.php |
Builds and returns the renderable array for this block plugin. |
FieldBlock::create |
function |
core/modules/layout_builder/src/Plugin/Block/FieldBlock.php |
Creates an instance of the plugin. |
FieldBlock::defaultConfiguration |
function |
core/modules/layout_builder/src/Plugin/Block/FieldBlock.php |
|
FieldBlock::entityFieldHasDefaultValue |
function |
core/modules/layout_builder/src/Plugin/Block/FieldBlock.php |
Checks whether there is a default value set on the field. |
FieldBlock::formatterSettingsAjaxCallback |
function |
core/modules/layout_builder/src/Plugin/Block/FieldBlock.php |
Render API callback: gets the layout settings elements. |