Search for block

  1. Search 7.x for block
  2. Search 9.5.x for block
  3. Search 10.3.x for block
  4. Search 11.x for block
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Block class core/modules/views/src/Plugin/views/display/Block.php The plugin that handles a block.
Block class core/modules/block/src/Entity/Block.php Defines a Block configuration entity class.
Block class core/modules/block/src/Plugin/migrate/source/Block.php Drupal block source from database.
Block class core/lib/Drupal/Core/Block/Annotation/Block.php Defines a Block annotation object.

All search results

Title Object type File name Summary
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
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
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.
FieldBlockTest class core/modules/layout_builder/tests/src/FunctionalJavascript/FieldBlockTest.php @coversDefaultClass \Drupal\layout_builder\Plugin\Block\FieldBlock
FieldBlockTest class core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php @coversDefaultClass \Drupal\layout_builder\Plugin\Block\FieldBlock
@group Field
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 enable.
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 @covers ::build
@dataProvider providerTestBuild

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.