| BlockConfigSchemaTest::setUp |
function |
core/modules/block/tests/src/Kernel/BlockConfigSchemaTest.php |
|
| BlockConfigSchemaTest::testBlockConfigSchema |
function |
core/modules/block/tests/src/Kernel/BlockConfigSchemaTest.php |
Tests the block config schema for block plugins. |
| BlockContent |
class |
core/modules/block_content/src/Plugin/views/wizard/BlockContent.php |
Used for creating 'block_content' views with the wizard. |
| BlockContent |
class |
core/modules/block_content/src/Plugin/Derivative/BlockContent.php |
Retrieves block plugin definitions for all custom blocks. |
| BlockContent |
class |
core/modules/block_content/src/Entity/BlockContent.php |
Defines the custom block entity class. |
| BlockContent.php |
file |
core/modules/block_content/src/Entity/BlockContent.php |
|
| BlockContent.php |
file |
core/modules/block_content/src/Plugin/views/wizard/BlockContent.php |
|
| BlockContent.php |
file |
core/modules/block_content/src/Plugin/Derivative/BlockContent.php |
|
| BlockContent::$blockContentStorage |
property |
core/modules/block_content/src/Plugin/Derivative/BlockContent.php |
The custom block storage. |
| BlockContent::$theme |
property |
core/modules/block_content/src/Entity/BlockContent.php |
The theme the block is being created in. |
| BlockContent::baseFieldDefinitions |
function |
core/modules/block_content/src/Entity/BlockContent.php |
Provides base field definitions for an entity type. |
| BlockContent::create |
function |
core/modules/block_content/src/Plugin/Derivative/BlockContent.php |
Creates a new class instance. |
| BlockContent::createDuplicate |
function |
core/modules/block_content/src/Entity/BlockContent.php |
Creates a duplicate of the entity. |
| BlockContent::getDerivativeDefinitions |
function |
core/modules/block_content/src/Plugin/Derivative/BlockContent.php |
Gets the definition of all derivatives of a base plugin. |
| BlockContent::getFilters |
function |
core/modules/block_content/src/Plugin/views/wizard/BlockContent.php |
Gets the filters property. |
| BlockContent::getInstances |
function |
core/modules/block_content/src/Entity/BlockContent.php |
Gets the configured instances of this custom block. |
| BlockContent::getRevisionCreationTime |
function |
core/modules/block_content/src/Entity/BlockContent.php |
Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionCreationTime(). |
| BlockContent::getRevisionLogMessage |
function |
core/modules/block_content/src/Entity/BlockContent.php |
Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionLogMessage(). |
| BlockContent::getRevisionUser |
function |
core/modules/block_content/src/Entity/BlockContent.php |
Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionUser(). |
| BlockContent::getRevisionUserId |
function |
core/modules/block_content/src/Entity/BlockContent.php |
Implements \Drupal\Core\Entity\RevisionLogInterface::getRevisionUserId(). |
| BlockContent::getTheme |
function |
core/modules/block_content/src/Entity/BlockContent.php |
Gets the theme value. |
| BlockContent::invalidateBlockPluginCache |
function |
core/modules/block_content/src/Entity/BlockContent.php |
Invalidates the block plugin cache after changes and deletions. |
| BlockContent::isReusable |
function |
core/modules/block_content/src/Entity/BlockContent.php |
Determines if the block is reusable or not. |
| BlockContent::postDelete |
function |
core/modules/block_content/src/Entity/BlockContent.php |
Acts on deleted entities before the delete hook is invoked. |
| BlockContent::postSave |
function |
core/modules/block_content/src/Entity/BlockContent.php |
Acts on a saved entity before the insert or update hook is invoked. |
| BlockContent::preDelete |
function |
core/modules/block_content/src/Entity/BlockContent.php |
Acts on entities before they are deleted and before hooks are invoked. |
| BlockContent::preSaveRevision |
function |
core/modules/block_content/src/Entity/BlockContent.php |
Acts on a revision before it gets saved. |
| BlockContent::setInfo |
function |
core/modules/block_content/src/Entity/BlockContent.php |
Sets the block description. |
| BlockContent::setNonReusable |
function |
core/modules/block_content/src/Entity/BlockContent.php |
Sets the block to be non-reusable. |
| BlockContent::setReusable |
function |
core/modules/block_content/src/Entity/BlockContent.php |
Sets the block to be reusable. |
| BlockContent::setRevisionCreationTime |
function |
core/modules/block_content/src/Entity/BlockContent.php |
Implements \Drupal\Core\Entity\RevisionLogInterface::setRevisionCreationTime(). |
| BlockContent::setRevisionLogMessage |
function |
core/modules/block_content/src/Entity/BlockContent.php |
Implements \Drupal\Core\Entity\RevisionLogInterface::setRevisionLogMessage(). |
| BlockContent::setRevisionUser |
function |
core/modules/block_content/src/Entity/BlockContent.php |
Implements \Drupal\Core\Entity\RevisionLogInterface::setRevisionUser(). |
| BlockContent::setRevisionUserId |
function |
core/modules/block_content/src/Entity/BlockContent.php |
Implements \Drupal\Core\Entity\RevisionLogInterface::setRevisionUserId(). |
| BlockContent::setTheme |
function |
core/modules/block_content/src/Entity/BlockContent.php |
Sets the theme value. |
| BlockContent::__construct |
function |
core/modules/block_content/src/Plugin/Derivative/BlockContent.php |
Constructs a BlockContent object. |
| BlockContentAccessControlHandler |
class |
core/modules/block_content/src/BlockContentAccessControlHandler.php |
Defines the access control handler for the custom block entity type. |
| BlockContentAccessControlHandler.php |
file |
core/modules/block_content/src/BlockContentAccessControlHandler.php |
|
| BlockContentAccessControlHandler::$eventDispatcher |
property |
core/modules/block_content/src/BlockContentAccessControlHandler.php |
The event dispatcher. |
| BlockContentAccessControlHandler::checkAccess |
function |
core/modules/block_content/src/BlockContentAccessControlHandler.php |
Performs access checks. |
| BlockContentAccessControlHandler::createInstance |
function |
core/modules/block_content/src/BlockContentAccessControlHandler.php |
Instantiates a new instance of this entity handler. |
| 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 enable. |
| 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 |
|