| FieldBlock.php |
file |
core/modules/layout_builder/tests/modules/layout_builder_field_block_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 |
Instantiates a new instance of the implementing class using autowiring. |
| 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. |
| 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::getFieldMap |
function |
core/modules/layout_builder/src/Plugin/Derivative/FieldBlockDeriver.php |
Returns the entity field map for deriving block definitions. |
| FieldBlockDeriver::__construct |
function |
core/modules/layout_builder/src/Plugin/Derivative/FieldBlockDeriver.php |
Constructs new FieldBlockDeriver. |
| FieldBlockDeriverTest |
class |
core/modules/layout_builder/tests/src/Kernel/FieldBlockDeriverTest.php |
Tests field block plugin derivatives. |
| FieldBlockDeriverTest.php |
file |
core/modules/layout_builder/tests/src/Kernel/FieldBlockDeriverTest.php |
|
| FieldBlockDeriverTest::$modules |
property |
core/modules/layout_builder/tests/src/Kernel/FieldBlockDeriverTest.php |
Modules to install. |
| FieldBlockDeriverTest::getBlockPluginIds |
function |
core/modules/layout_builder/tests/src/Kernel/FieldBlockDeriverTest.php |
Get an uncached list of block plugin IDs. |
| FieldBlockDeriverTest::testFieldBlockDerivers |
function |
core/modules/layout_builder/tests/src/Kernel/FieldBlockDeriverTest.php |
Tests that field block derivers respect expose_all_field_blocks config. |
| FieldBlockTest |
class |
core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php |
Tests Drupal\layout_builder\Plugin\Block\FieldBlock. |
| FieldBlockTest |
class |
core/modules/layout_builder/tests/src/FunctionalJavascript/FieldBlockTest.php |
Tests Drupal\layout_builder\Plugin\Block\FieldBlock. |
| FieldBlockTest.php |
file |
core/modules/layout_builder/tests/src/FunctionalJavascript/FieldBlockTest.php |
|
| FieldBlockTest.php |
file |
core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php |
|
| FieldBlockTest::$defaultTheme |
property |
core/modules/layout_builder/tests/src/FunctionalJavascript/FieldBlockTest.php |
The theme to install as the default for testing. |
| FieldBlockTest::$entityFieldManager |
property |
core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php |
The entity field manager. |
| FieldBlockTest::$logger |
property |
core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php |
The logger. |
| FieldBlockTest::$modules |
property |
core/modules/layout_builder/tests/src/FunctionalJavascript/FieldBlockTest.php |
Modules to install. |
| FieldBlockTest::getTestBlock |
function |
core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php |
Instantiates a block for testing. |
| FieldBlockTest::providerTestBlockAccessEntityAllowedFieldHasValue |
function |
core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php |
Provides test data for ::testBlockAccessEntityAllowedFieldHasValue(). |