| 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 |
|
| FieldBlockDeriver::getDerivativeDefinitions |
function |
core/modules/layout_builder/src/Plugin/Derivative/FieldBlockDeriver.php |
|
| 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 |
|
| 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 only expose fields for Layout Builder enabled bundles. |
| FieldBlockTest |
class |
core/modules/layout_builder/tests/src/FunctionalJavascript/FieldBlockTest.php |
Tests Drupal\layout_builder\Plugin\Block\FieldBlock. |
| FieldBlockTest |
class |
core/modules/layout_builder/tests/src/Kernel/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 |
|
| 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 |
|
| 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(). |
| FieldBlockTest::providerTestBlockAccessNotAllowed |
function |
core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php |
Provides test data for ::testBlockAccessEntityNotAllowed(). |
| FieldBlockTest::providerTestBuild |
function |
core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php |
Provides test data for ::testBuild(). |
| FieldBlockTest::setUp |
function |
core/modules/layout_builder/tests/src/FunctionalJavascript/FieldBlockTest.php |
|
| FieldBlockTest::setUp |
function |
core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php |
|
| FieldBlockTest::testBlockAccessEntityAllowedFieldHasValue |
function |
core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php |
Tests populated vs empty build. |
| FieldBlockTest::testBlockAccessEntityAllowedFieldNotAllowed |
function |
core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php |
Tests field access. |
| FieldBlockTest::testBlockAccessEntityAllowedNoField |
function |
core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php |
Tests fieldable entity without a particular field. |
| FieldBlockTest::testBlockAccessEntityAllowedNotFieldable |
function |
core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php |
Tests unfieldable entity. |
| FieldBlockTest::testBlockAccessEntityNotAllowed |
function |
core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php |
Tests entity access. |
| FieldBlockTest::testBuild |
function |
core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php |
Tests build. |
| FieldBlockTest::testBuildException |
function |
core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php |
Tests build exception. |
| FieldBlockTest::testBuildWithFormException |
function |
core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php |
Tests a field block that throws a form exception. |
| FieldBlockTest::testStatesFieldBlock |
function |
core/modules/layout_builder/tests/src/FunctionalJavascript/FieldBlockTest.php |
Tests configuring a field block that uses #states. |
| FieldBlockTest::testUserFieldBlock |
function |
core/modules/layout_builder/tests/src/FunctionalJavascript/FieldBlockTest.php |
Tests configuring a field block for a user field. |
| FieldBooleanTest |
class |
core/modules/views/tests/src/Kernel/Handler/FieldBooleanTest.php |
Tests the core Drupal\views\Plugin\views\field\Boolean handler. |
| FieldBooleanTest.php |
file |
core/modules/views/tests/src/Kernel/Handler/FieldBooleanTest.php |
|
| FieldBooleanTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Handler/FieldBooleanTest.php |
Views used by this test. |
| FieldBooleanTest::dataSet |
function |
core/modules/views/tests/src/Kernel/Handler/FieldBooleanTest.php |
Modifies the default dataset by removing the age for specific entries. |
| FieldBooleanTest::testFieldBoolean |
function |
core/modules/views/tests/src/Kernel/Handler/FieldBooleanTest.php |
Tests different display formats for a boolean field in Views. |
| FieldBooleanTest::viewsData |
function |
core/modules/views/tests/src/Kernel/Handler/FieldBooleanTest.php |
Provides Views data definition for the 'age' field as a boolean. |
| FieldBundle |
class |
core/modules/field/src/Plugin/migrate/process/d7/FieldBundle.php |
Determines the bundle for a field. |