Search for d

  1. Search 7.x for d
  2. Search 9.5.x for d
  3. Search 8.9.x for d
  4. Search 11.x for d
  5. Other projects
Title Object type File name Summary
BlockContentAccessControlHandler::__construct function core/modules/block_content/src/BlockContentAccessControlHandler.php BlockContentAccessControlHandler constructor.
BlockContentAccessHandlerTest class core/modules/block_content/tests/src/Kernel/BlockContentAccessHandlerTest.php Tests the block content entity access handler.
BlockContentAccessHandlerTest.php file core/modules/block_content/tests/src/Kernel/BlockContentAccessHandlerTest.php
BlockContentAccessHandlerTest::$accessControlHandler property core/modules/block_content/tests/src/Kernel/BlockContentAccessHandlerTest.php The BlockContent access controller to test.
BlockContentAccessHandlerTest::$blockEntity property core/modules/block_content/tests/src/Kernel/BlockContentAccessHandlerTest.php The BlockContent entity used for testing.
BlockContentAccessHandlerTest::$modules property core/modules/block_content/tests/src/Kernel/BlockContentAccessHandlerTest.php Modules to install.
BlockContentAccessHandlerTest::$role property core/modules/block_content/tests/src/Kernel/BlockContentAccessHandlerTest.php The test role.
BlockContentAccessHandlerTest::providerTestAccess function core/modules/block_content/tests/src/Kernel/BlockContentAccessHandlerTest.php Data provider for testAccess().
BlockContentAccessHandlerTest::setUp function core/modules/block_content/tests/src/Kernel/BlockContentAccessHandlerTest.php
BlockContentAccessHandlerTest::testAccess function core/modules/block_content/tests/src/Kernel/BlockContentAccessHandlerTest.php Test block content entity access.
BlockContentAccessHandlerTest::testRevisionLogAccess function core/modules/block_content/tests/src/Kernel/BlockContentAccessHandlerTest.php Tests revision log access.
BlockContentAddLocalAction class core/modules/block_content/src/Plugin/Menu/LocalAction/BlockContentAddLocalAction.php Modifies the 'Add content block' local action.
BlockContentAddLocalAction.php file core/modules/block_content/src/Plugin/Menu/LocalAction/BlockContentAddLocalAction.php
BlockContentAddLocalAction::create function core/modules/block_content/src/Plugin/Menu/LocalAction/BlockContentAddLocalAction.php Creates an instance of the plugin.
BlockContentAddLocalAction::getOptions function core/modules/block_content/src/Plugin/Menu/LocalAction/BlockContentAddLocalAction.php Returns options for rendering a link for the local action.
BlockContentAddLocalAction::__construct function core/modules/block_content/src/Plugin/Menu/LocalAction/BlockContentAddLocalAction.php Constructs a BlockContentAddLocalAction object.
BlockContentBlock::$entityDisplayRepository property core/modules/block_content/src/Plugin/Block/BlockContentBlock.php The entity display repository.
BlockContentBlock::$uuidLookup property core/modules/block_content/src/Plugin/Block/BlockContentBlock.php The block content UUID lookup service.
BlockContentBlock::build function core/modules/block_content/src/Plugin/Block/BlockContentBlock.php Builds and returns the renderable array for this block plugin.
BlockContentBlock::defaultConfiguration function core/modules/block_content/src/Plugin/Block/BlockContentBlock.php
BlockContentCacheTagsTest::$defaultTheme property core/modules/block_content/tests/src/Functional/BlockContentCacheTagsTest.php The theme to install as the default for testing.
BlockContentCacheTagsTest::$modules property core/modules/block_content/tests/src/Functional/BlockContentCacheTagsTest.php Modules to install.
BlockContentCacheTagsTest::getAdditionalCacheTagsForEntity function core/modules/block_content/tests/src/Functional/BlockContentCacheTagsTest.php Each comment must have a comment body, which always has a text format.
BlockContentContextualLinksTest::$defaultTheme property core/modules/block_content/tests/src/Functional/BlockContentContextualLinksTest.php The theme to install as the default for testing.
BlockContentContextualLinksTest::$modules property core/modules/block_content/tests/src/Functional/BlockContentContextualLinksTest.php Modules to install.
BlockContentController::$themeHandler property core/modules/block_content/src/Controller/BlockContentController.php The theme handler.
BlockContentController::add function core/modules/block_content/src/Controller/BlockContentController.php Displays add content block links for available types.
BlockContentController::addForm function core/modules/block_content/src/Controller/BlockContentController.php Presents the content block creation form.
BlockContentController::blockContentTypeRedirect function core/modules/block_content/src/Controller/BlockContentController.php Provides a redirect to the list of block types.
BlockContentController::blockLibraryRedirect function core/modules/block_content/src/Controller/BlockContentController.php Provides a redirect to the content block library.
BlockContentController::editRedirect function core/modules/block_content/src/Controller/BlockContentController.php Provides a redirect to block edit page.
BlockContentController::getAddFormTitle function core/modules/block_content/src/Controller/BlockContentController.php Provides the page title for this controller.
BlockContentCreationTest::$defaultTheme property core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php The theme to install as the default for testing.
BlockContentCreationTest::$modules property core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php Modules to install.
BlockContentCreationTest::testBlockContentCreationMultipleViewModes function core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php Creates a "Basic page" block with multiple view modes.
BlockContentCreationTest::testBlockContentFormSubmitHandlers function core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php Tests the redirect workflow of creating a block_content and block.
BlockContentCreationTest::testBlockDelete function core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php Tests deleting a block.
BlockContentCreationTest::testConfigDependencies function core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php Tests placed content blocks create a dependency in the block placement.
BlockContentCreationTest::testDefaultBlockContentCreation function core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php Create a default content block.
BlockContentCreationTest::testFailedBlockCreation function core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php Verifies that a transaction rolls back the failed creation.
BlockContentDeleteForm class core/modules/block_content/src/Form/BlockContentDeleteForm.php Provides a confirmation form for deleting a content block entity.
BlockContentDeleteForm.php file core/modules/block_content/src/Form/BlockContentDeleteForm.php
BlockContentDeleteForm::getDescription function core/modules/block_content/src/Form/BlockContentDeleteForm.php Returns additional text to display as a description.
BlockContentDeletionTest class core/modules/block_content/tests/src/Kernel/BlockContentDeletionTest.php Tests that deleting a block clears the cached definitions.
BlockContentDeletionTest.php file core/modules/block_content/tests/src/Kernel/BlockContentDeletionTest.php
BlockContentDeletionTest::$modules property core/modules/block_content/tests/src/Kernel/BlockContentDeletionTest.php Modules to install.
BlockContentDeletionTest::setUp function core/modules/block_content/tests/src/Kernel/BlockContentDeletionTest.php
BlockContentDeletionTest::testDeletingBlockContentShouldClearPluginCache function core/modules/block_content/tests/src/Kernel/BlockContentDeletionTest.php Tests deleting a block_content updates the discovered block plugin.
BlockContentDeriverTest class core/modules/block_content/tests/src/Kernel/BlockContentDeriverTest.php Tests block content plugin deriver.
BlockContentDeriverTest.php file core/modules/block_content/tests/src/Kernel/BlockContentDeriverTest.php

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