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
Title Object type File name Summary
BlockContentBlock::$blockContent property core/modules/block_content/src/Plugin/Block/BlockContentBlock.php The block content entity.
BlockContentBlock::$blockManager property core/modules/block_content/src/Plugin/Block/BlockContentBlock.php The Plugin Block Manager.
BlockContentBlock::$entityDisplayRepository property core/modules/block_content/src/Plugin/Block/BlockContentBlock.php The entity display repository.
BlockContentBlock::$entityTypeManager property core/modules/block_content/src/Plugin/Block/BlockContentBlock.php The entity type manager service.
BlockContentBlock::$urlGenerator property core/modules/block_content/src/Plugin/Block/BlockContentBlock.php The URL generator.
BlockContentBlock::$uuidLookup property core/modules/block_content/src/Plugin/Block/BlockContentBlock.php The block content UUID lookup service.
BlockContentBlock::blockAccess function core/modules/block_content/src/Plugin/Block/BlockContentBlock.php Indicates whether the block should be shown.
BlockContentBlock::blockForm function core/modules/block_content/src/Plugin/Block/BlockContentBlock.php Overrides \Drupal\Core\Block\BlockBase::blockForm().
BlockContentBlock::blockSubmit function core/modules/block_content/src/Plugin/Block/BlockContentBlock.php
BlockContentBlock::build function core/modules/block_content/src/Plugin/Block/BlockContentBlock.php Builds and returns the renderable array for this block plugin.
BlockContentBlock::create function core/modules/block_content/src/Plugin/Block/BlockContentBlock.php Creates an instance of the plugin.
BlockContentBlock::defaultConfiguration function core/modules/block_content/src/Plugin/Block/BlockContentBlock.php
BlockContentBlock::getEntity function core/modules/block_content/src/Plugin/Block/BlockContentBlock.php Loads the block content entity of the block.
BlockContentBlock::__construct function core/modules/block_content/src/Plugin/Block/BlockContentBlock.php Constructs a new BlockContentBlock.
BlockContentCacheTagsTest::testBlock function core/modules/block_content/tests/src/Functional/BlockContentCacheTagsTest.php Tests that the block is cached with the correct contexts and tags.
BlockContentContextualLinksTest::testBlockContentContextualLinks function core/modules/block_content/tests/src/Functional/BlockContentContextualLinksTest.php Tests contextual links.
BlockContentController::$blockContentStorage property core/modules/block_content/src/Controller/BlockContentController.php The custom block storage.
BlockContentController::$blockContentTypeStorage property core/modules/block_content/src/Controller/BlockContentController.php The custom block type storage.
BlockContentCreationTest::testBlockContentCreation function core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php Creates a "Basic page" block and verifies its consistency in the database.
BlockContentCreationTest::testBlockContentCreationMultipleViewModes function core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php Creates a "Basic page" block with multiple view modes.
BlockContentCreationTest::testBlockDelete function core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php Test deleting a block.
BlockContentCreationTest::testDefaultBlockContentCreation function core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php Create a default custom block.
BlockContentCreationTest::testFailedBlockCreation function core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php Verifies that a transaction rolls back the failed creation.
BlockContentDeletionTest::testDeletingBlockContentShouldClearPluginCache function core/modules/block_content/tests/src/Kernel/BlockContentDeletionTest.php Tests deleting a block_content updates the discovered block plugin.
BlockContentDeriverTest::testReusableBlocksOnlyAreDerived function core/modules/block_content/tests/src/Kernel/BlockContentDeriverTest.php Tests that only reusable blocks are derived.
BlockContentEntityReferenceSelectionTest::$blockNonReusable property core/modules/block_content/tests/src/Kernel/BlockContentEntityReferenceSelectionTest.php Test non-reusable block.
BlockContentEntityReferenceSelectionTest::$blockReusable property core/modules/block_content/tests/src/Kernel/BlockContentEntityReferenceSelectionTest.php Test reusable block.
BlockContentEvents::BLOCK_CONTENT_GET_DEPENDENCY constant core/modules/block_content/src/BlockContentEvents.php Name of the event when getting the dependency of a non-reusable block.
BlockContentFieldFilterTest::$blockContentInfos property core/modules/block_content/tests/src/Functional/Views/BlockContentFieldFilterTest.php List of block_content infos by language.
BlockContentGetDependencyEvent::$blockContent property core/modules/block_content/src/Event/BlockContentGetDependencyEvent.php The block content entity.
BlockContentGetDependencyEvent::getBlockContentEntity function core/modules/block_content/src/Event/BlockContentGetDependencyEvent.php Gets the block content entity.
BlockContentIntegrationTest::testBlockContentViewTypeArgument function core/modules/block_content/tests/src/Functional/Views/BlockContentIntegrationTest.php Tests basic block_content view with a block_content_type argument.
BlockContentLocalTasksTest::getBlockContentListingRoutes function core/modules/block_content/tests/src/Unit/Menu/BlockContentLocalTasksTest.php Provides a list of routes to test.
BlockContentLocalTasksTest::testBlockContentListLocalTasks function core/modules/block_content/tests/src/Unit/Menu/BlockContentLocalTasksTest.php Checks block_content listing local tasks.
BlockContentRevisionsTest::$blocks property core/modules/block_content/tests/src/Functional/BlockContentRevisionsTest.php Stores blocks created during the test.
BlockContentSaveTest::testBlockContentSaveOnInsert function core/modules/block_content/tests/src/Functional/BlockContentSaveTest.php Tests saving a block on block insert.
BlockContentTestBase::$autoCreateBasicBlockType property core/modules/block_content/tests/src/Functional/BlockContentTestBase.php Whether or not to auto-create the basic block type during setup.
BlockContentTestBase::$autoCreateBasicBlockType property core/modules/block_content/src/Tests/BlockContentTestBase.php Whether or not to auto-create the basic block type during setup.
BlockContentTestBase::createBlockContent function core/modules/block_content/src/Tests/Views/BlockContentTestBase.php Creates a custom block.
BlockContentTestBase::createBlockContent function core/modules/block_content/src/Tests/BlockContentTestBase.php Creates a custom block.
BlockContentTestBase::createBlockContent function core/modules/block_content/tests/src/Functional/Views/BlockContentTestBase.php Creates a custom block.
BlockContentTestBase::createBlockContent function core/modules/block_content/tests/src/Functional/BlockContentTestBase.php Creates a custom block.
BlockContentTestBase::createBlockContentType function core/modules/block_content/tests/src/Functional/Views/BlockContentTestBase.php Creates a custom block type (bundle).
BlockContentTestBase::createBlockContentType function core/modules/block_content/tests/src/Functional/BlockContentTestBase.php Creates a custom block type (bundle).
BlockContentTestBase::createBlockContentType function core/modules/block_content/src/Tests/Views/BlockContentTestBase.php Creates a custom block type (bundle).
BlockContentTestBase::createBlockContentType function core/modules/block_content/src/Tests/BlockContentTestBase.php Creates a custom block type (bundle).
BlockContentTranslationUITest::createBlockContent function core/modules/block_content/tests/src/Functional/BlockContentTranslationUITest.php Creates a custom block.
BlockContentTypeTest::$autoCreateBasicBlockType property core/modules/block_content/tests/src/Functional/BlockContentTypeTest.php Whether or not to create an initial block type.
BlockContentTypeTest::testBlockContentTypeCreation function core/modules/block_content/tests/src/Functional/BlockContentTypeTest.php Tests creating a block type programmatically and via a form.
BlockContentTypeTest::testBlockContentTypeDeletion function core/modules/block_content/tests/src/Functional/BlockContentTypeTest.php Tests deleting a block type that still has content.

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