| FieldAttachOtherTest::testEntityDisplayBuild |
function |
core/modules/field/tests/src/Kernel/FieldAttachOtherTest.php |
Test 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 |
Test entity_bundle_create(). |
| FieldAttachStorageTest::testEntityDeleteBundle |
function |
core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php |
Test entity_bundle_delete(). |
| FieldAttachStorageTest::testFieldAttachDelete |
function |
core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php |
Test entity deletion. |
| FieldAttachStorageTest::testFieldAttachLoadMultiple |
function |
core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php |
Test 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 |
Test 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/src/Plugin/Block/FieldBlock.php |
Provides a block that renders a field from an entity. |
| 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.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::formatterSettingsAjaxCallback |
function |
core/modules/layout_builder/src/Plugin/Block/FieldBlock.php |
Render API callback: gets the layout settings elements. |
| FieldBlock::formatterSettingsProcessCallback |
function |
core/modules/layout_builder/src/Plugin/Block/FieldBlock.php |
Render API callback: builds the formatter settings elements. |
| FieldBlock::getApplicablePluginOptions |
function |
core/modules/layout_builder/src/Plugin/Block/FieldBlock.php |
Returns an array of applicable formatter options for a field. |
| FieldBlock::getEntity |
function |
core/modules/layout_builder/src/Plugin/Block/FieldBlock.php |
Gets the entity that has the field. |
| FieldBlock::getFieldDefinition |
function |
core/modules/layout_builder/src/Plugin/Block/FieldBlock.php |
Gets the field definition. |
| FieldBlock::getFormatter |
function |
core/modules/layout_builder/src/Plugin/Block/FieldBlock.php |
Gets the formatter object. |
| FieldBlock::getPreviewFallbackString |
function |
core/modules/layout_builder/src/Plugin/Block/FieldBlock.php |
|
| FieldBlock::thirdPartySettingsForm |
function |
core/modules/layout_builder/src/Plugin/Block/FieldBlock.php |
Adds the formatter third party settings forms. |
| FieldBlock::__construct |
function |
core/modules/layout_builder/src/Plugin/Block/FieldBlock.php |
Constructs a new FieldBlock. |
| FieldBlockDeriver |
class |
core/modules/layout_builder/src/Plugin/Derivative/FieldBlockDeriver.php |
Provides entity field block definitions for every field. |
| FieldBlockDeriver.php |
file |
core/modules/layout_builder/src/Plugin/Derivative/FieldBlockDeriver.php |
|
| FieldBlockDeriver::$entityFieldManager |
property |
core/modules/layout_builder/src/Plugin/Derivative/FieldBlockDeriver.php |
The entity field manager. |
| FieldBlockDeriver::$entityTypeRepository |
property |
core/modules/layout_builder/src/Plugin/Derivative/FieldBlockDeriver.php |
The entity type repository. |
| FieldBlockDeriver::$fieldTypeManager |
property |
core/modules/layout_builder/src/Plugin/Derivative/FieldBlockDeriver.php |
The field type manager. |
| FieldBlockDeriver::$formatterManager |
property |
core/modules/layout_builder/src/Plugin/Derivative/FieldBlockDeriver.php |
The formatter manager. |
| FieldBlockDeriver::create |
function |
core/modules/layout_builder/src/Plugin/Derivative/FieldBlockDeriver.php |
Creates a new class instance. |
| FieldBlockDeriver::getDerivativeDefinitions |
function |
core/modules/layout_builder/src/Plugin/Derivative/FieldBlockDeriver.php |
Gets the definition of all derivatives of a base plugin. |
| FieldBlockDeriver::__construct |
function |
core/modules/layout_builder/src/Plugin/Derivative/FieldBlockDeriver.php |
Constructs new FieldBlockDeriver. |