Search for all
Title | Object type | File name | Summary |
---|---|---|---|
BlockConfigEntityUnitTest.php | file | core/ |
|
BlockConfigEntityUnitTest::$entityType | property | core/ |
The entity type used for testing. |
BlockConfigEntityUnitTest::$entityTypeId | property | core/ |
The ID of the type of the entity under test. |
BlockConfigEntityUnitTest::$entityTypeManager | property | core/ |
The entity type manager used for testing. |
BlockConfigEntityUnitTest::$moduleHandler | property | core/ |
The module handler. |
BlockConfigEntityUnitTest::$themeHandler | property | core/ |
The theme handler. |
BlockConfigEntityUnitTest::$uuid | property | core/ |
The UUID generator used for testing. |
BlockConfigEntityUnitTest::setUp | function | core/ |
|
BlockConfigEntityUnitTest::testCalculateDependencies | function | core/ |
@covers ::calculateDependencies[[api-linebreak]] |
BlockConfigSchemaTest | class | core/ |
Tests the block config schema. |
BlockConfigSchemaTest.php | file | core/ |
|
BlockConfigSchemaTest::$blockManager | property | core/ |
The block manager. |
BlockConfigSchemaTest::$modules | property | core/ |
Modules to install. |
BlockConfigSchemaTest::$typedConfig | property | core/ |
The typed config manager. |
BlockConfigSchemaTest::setUp | function | core/ |
|
BlockConfigSchemaTest::testBlockConfigSchema | function | core/ |
Tests the block config schema for block plugins. |
BlockConfigSyncTest | class | core/ |
Tests that blocks are not created during config sync. |
BlockConfigSyncTest.php | file | core/ |
|
BlockConfigSyncTest::$modules | property | core/ |
Modules to install. |
BlockConfigSyncTest::register | function | core/ |
Registers test-specific services. |
BlockConfigSyncTest::setUp | function | core/ |
|
BlockConfigSyncTest::testNoBlocksCreatedDuringConfigSync | function | core/ |
Tests blocks are not created during config sync. |
BlockConfigUpdater | class | core/ |
Provides a BC layer for modules providing old configurations. |
BlockConfigUpdater.php | file | core/ |
|
BlockConfigUpdater::$deprecationsEnabled | property | core/ |
Flag determining whether deprecations should be triggered. |
BlockConfigUpdater::$triggeredDeprecations | property | core/ |
Stores which deprecations were triggered. |
BlockConfigUpdater::needsInfoStatusSettingsRemoved | function | core/ |
Checks if the block contains deprecated info and status settings. |
BlockConfigUpdater::setDeprecationsEnabled | function | core/ |
Sets the deprecations enabling status. |
BlockConfigUpdater::updateBlock | function | core/ |
Performs the required update. |
BlockContent | class | core/ |
Defines the content block entity class. |
BlockContent | class | core/ |
Used for creating 'block_content' views with the wizard. |
BlockContent | class | core/ |
Retrieves block plugin definitions for all content blocks. |
BlockContent.php | file | core/ |
|
BlockContent.php | file | core/ |
|
BlockContent.php | file | core/ |
|
BlockContent::$blockContentStorage | property | core/ |
The content block storage. |
BlockContent::$theme | property | core/ |
The theme the block is being created in. |
BlockContent::baseFieldDefinitions | function | core/ |
Provides base field definitions for an entity type. |
BlockContent::create | function | core/ |
Creates a new class instance. |
BlockContent::createDuplicate | function | core/ |
Creates a duplicate of the entity. |
BlockContent::getDerivativeDefinitions | function | core/ |
Gets the definition of all derivatives of a base plugin. |
BlockContent::getFilters | function | core/ |
Gets the filters property. |
BlockContent::getInstances | function | core/ |
Gets the configured instances of this content block. |
BlockContent::getTheme | function | core/ |
Gets the theme value. |
BlockContent::invalidateBlockPluginCache | function | core/ |
Invalidates the block plugin cache after changes and deletions. |
BlockContent::isReusable | function | core/ |
Determines if the block is reusable or not. |
BlockContent::postDelete | function | core/ |
Acts on deleted entities before the delete hook is invoked. |
BlockContent::postSave | function | core/ |
Acts on a saved entity before the insert or update hook is invoked. |
BlockContent::preDelete | function | core/ |
Acts on entities before they are deleted and before hooks are invoked. |
BlockContent::preSaveRevision | function | core/ |
Acts on a revision before it gets saved. |
Pagination
- Previous page
- Page 94
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.