| PersistentDatabaseLockBackend::lazyLoadItself |
function |
core/lib/Drupal/Core/ProxyClass/Lock/PersistentDatabaseLockBackend.php |
Lazy loads the real service from the container. |
| PersistentDatabaseLockBackend::lockMayBeAvailable |
function |
core/lib/Drupal/Core/ProxyClass/Lock/PersistentDatabaseLockBackend.php |
Checks if a lock is available for acquiring. |
| PersistentDatabaseLockBackend::release |
function |
core/lib/Drupal/Core/ProxyClass/Lock/PersistentDatabaseLockBackend.php |
Releases the given lock. |
| PersistentDatabaseLockBackend::releaseAll |
function |
core/lib/Drupal/Core/ProxyClass/Lock/PersistentDatabaseLockBackend.php |
Releases all locks for the given lock token identifier. |
| PersistentDatabaseLockBackend::schemaDefinition |
function |
core/lib/Drupal/Core/ProxyClass/Lock/PersistentDatabaseLockBackend.php |
|
| PersistentDatabaseLockBackend::wait |
function |
core/lib/Drupal/Core/ProxyClass/Lock/PersistentDatabaseLockBackend.php |
Waits a short amount of time before a second lock acquire attempt. |
| PersistentDatabaseLockBackend::__construct |
function |
core/lib/Drupal/Core/ProxyClass/Lock/PersistentDatabaseLockBackend.php |
Constructs a ProxyClass Drupal proxy object. |
| PersistentDatabaseLockBackend::__construct |
function |
core/lib/Drupal/Core/Lock/PersistentDatabaseLockBackend.php |
Constructs a new PersistentDatabaseLockBackend. |
| PhpStreamWrapperInterface::stream_lock |
function |
core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php |
Advisory file locking. |
| PlaceBlock |
class |
core/modules/block/src/Plugin/ConfigAction/PlaceBlock.php |
Places a block in either the admin or default theme. |
| PlaceBlock.php |
file |
core/modules/block/src/Plugin/ConfigAction/PlaceBlock.php |
|
| PlaceBlock::apply |
function |
core/modules/block/src/Plugin/ConfigAction/PlaceBlock.php |
Applies the config action. |
| PlaceBlock::create |
function |
core/modules/block/src/Plugin/ConfigAction/PlaceBlock.php |
Creates an instance of the plugin. |
| PlaceBlock::__construct |
function |
core/modules/block/src/Plugin/ConfigAction/PlaceBlock.php |
|
| PlaceBlockDeriver |
class |
core/modules/block/src/Plugin/ConfigAction/PlaceBlockDeriver.php |
Defines a deriver for the `placeBlock` config action. |
| PlaceBlockDeriver.php |
file |
core/modules/block/src/Plugin/ConfigAction/PlaceBlockDeriver.php |
|
| PlaceBlockDeriver::getDerivativeDefinitions |
function |
core/modules/block/src/Plugin/ConfigAction/PlaceBlockDeriver.php |
Gets the definition of all derivatives of a base plugin. |
| plugin.manager.block |
service |
core/core.services.yml |
Drupal\Core\Block\BlockManager |
| PluginTestBase::$mockBlockExpectedDefinitions |
property |
core/tests/Drupal/KernelTests/Core/Plugin/PluginTestBase.php |
The expected plugin definitions for the mock block plugin. |
| PluginTestBase::$mockBlockManager |
property |
core/tests/Drupal/KernelTests/Core/Plugin/PluginTestBase.php |
The mock plugin manager used by Plugin API derivative unit tests. |
| powered-by-block.css |
file |
core/themes/olivero/css/components/powered-by-block.css |
Powered by block specific styles. |
| powered-by-block.pcss.css |
file |
core/themes/olivero/css/components/powered-by-block.pcss.css |
Powered by block specific styles. |
| PreviewAwareBlock |
class |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Block/PreviewAwareBlock.php |
Defines a class for a context-aware block. |
| PreviewAwareBlock.php |
file |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Block/PreviewAwareBlock.php |
|
| PreviewAwareBlock::build |
function |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Block/PreviewAwareBlock.php |
Builds and returns the renderable array for this block plugin. |
| PrivateTempStore::$lockBackend |
property |
core/lib/Drupal/Core/TempStore/PrivateTempStore.php |
The lock object used for this data. |
| PrivateTempStoreFactory::$lockBackend |
property |
core/lib/Drupal/Core/TempStore/PrivateTempStoreFactory.php |
The lock object used for this data. |
| PrivateTempStoreTest::$lock |
property |
core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php |
The mock lock backend. |
| PrivateTempStoreTest::testDeleteLocking |
function |
core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php |
Tests the locking in the delete() method. |
| PrivateTempStoreTest::testDeleteWithNoLockAvailable |
function |
core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php |
Tests the delete() method with no lock available. |
| PrivateTempStoreTest::testSetWithNoLockAvailable |
function |
core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php |
Tests the set() method with no lock available. |
| ReadOnlyStream::stream_lock |
function |
core/lib/Drupal/Core/StreamWrapper/ReadOnlyStream.php |
Support for flock(). |
| RedirectBlockForm |
class |
core/modules/system/tests/modules/form_test/src/Form/RedirectBlockForm.php |
Builds a simple form that redirects on submit. |
| RedirectBlockForm.php |
file |
core/modules/system/tests/modules/form_test/src/Form/RedirectBlockForm.php |
|
| RedirectBlockForm::buildForm |
function |
core/modules/system/tests/modules/form_test/src/Form/RedirectBlockForm.php |
Form constructor. |
| RedirectBlockForm::getFormId |
function |
core/modules/system/tests/modules/form_test/src/Form/RedirectBlockForm.php |
Returns a unique string identifying the form. |
| RedirectBlockForm::submitForm |
function |
core/modules/system/tests/modules/form_test/src/Form/RedirectBlockForm.php |
Form submission handler. |
| RedirectFormBlock |
class |
core/modules/system/tests/modules/form_test/src/Plugin/Block/RedirectFormBlock.php |
Provides a block containing a simple redirect form. |
| RedirectFormBlock.php |
file |
core/modules/system/tests/modules/form_test/src/Plugin/Block/RedirectFormBlock.php |
|
| RedirectFormBlock::$formBuilder |
property |
core/modules/system/tests/modules/form_test/src/Plugin/Block/RedirectFormBlock.php |
The form builder. |
| RedirectFormBlock::build |
function |
core/modules/system/tests/modules/form_test/src/Plugin/Block/RedirectFormBlock.php |
Builds and returns the renderable array for this block plugin. |
| RedirectFormBlock::create |
function |
core/modules/system/tests/modules/form_test/src/Plugin/Block/RedirectFormBlock.php |
Instantiates a new instance of the implementing class using autowiring. |
| RedirectFormBlock::__construct |
function |
core/modules/system/tests/modules/form_test/src/Plugin/Block/RedirectFormBlock.php |
Constructs a new RedirectFormBlock. |
| Registry::$lock |
property |
core/lib/Drupal/Core/Theme/Registry.php |
The lock backend that should be used. |
| RegistryTest::$lock |
property |
core/tests/Drupal/Tests/Core/Theme/RegistryTest.php |
The mocked lock backend. |
| RemoveBlockForm |
class |
core/modules/layout_builder/src/Form/RemoveBlockForm.php |
Provides a form to confirm the removal of a block. |
| RemoveBlockForm.php |
file |
core/modules/layout_builder/src/Form/RemoveBlockForm.php |
|
| RemoveBlockForm::$region |
property |
core/modules/layout_builder/src/Form/RemoveBlockForm.php |
The current region. |
| RemoveBlockForm::$uuid |
property |
core/modules/layout_builder/src/Form/RemoveBlockForm.php |
The UUID of the block being removed. |
| RemoveBlockForm::buildForm |
function |
core/modules/layout_builder/src/Form/RemoveBlockForm.php |
Form constructor. |