Search for lock
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| lock | service | core/ |
Drupal\Core\Lock\DatabaseLockBackend |
| Lock | class | core/ |
Provides a value object representing the lock from a TempStore. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| NullLockBackend::wait | function | core/ |
Waits a short amount of time before a second lock acquire attempt. |
| OEmbedTestTrait::lockHttpClientToFixtures | function | core/ |
Configures the http_client service so that all requests are carried out relative to the URL of the fixtures directory. For example, after calling this method, a request for foobar.html will actually request http://test-site/path/to/fuxtures/foobar.html. |
| OverriddenConfigurationTest::assertOverriddenBlockDisabled | function | core/ |
Asserts that an overridden block has Settings Tray disabled. |
| OverriddenConfigurationTest::testOverriddenBlock | function | core/ |
Tests that blocks with configuration overrides are disabled. |
| PageTitleBlock | class | core/ |
Provides a block to display the page title. |
| PageTitleBlock.php | file | core/ |
|
| PageTitleBlock::$title | property | core/ |
The page title: a string (plain title) or a render array (formatted title). |
| PageTitleBlock::build | function | core/ |
Builds and returns the renderable array for this block plugin. |
| PageTitleBlock::defaultConfiguration | function | core/ |
Gets default configuration for this plugin. |
| PageTitleBlock::setTitle | function | core/ |
Sets the title. |
| PageTitleConvertedIntoBlockUpdateTest | class | core/ |
Tests the upgrade path for page title being converted into a block. |
| PageTitleConvertedIntoBlockUpdateTest.php | file | core/ |
|
| PageTitleConvertedIntoBlockUpdateTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| PageTitleConvertedIntoBlockUpdateTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
| PageTitleConvertedIntoBlockUpdateTest::setUp | function | core/ |
Overrides WebTestBase::setUp() for update testing. |
| PageTitleConvertedIntoBlockUpdateTest::testUpdateHookN | function | core/ |
Tests that page title is being converted into a block. |
| PersistentDatabaseLockBackend | class | core/ |
Provides a proxy class for \Drupal\Core\Lock\PersistentDatabaseLockBackend. |
| PersistentDatabaseLockBackend | class | core/ |
Defines the persistent database lock backend. This backend is global for this Drupal installation. |
| PersistentDatabaseLockBackend.php | file | core/ |
|
| PersistentDatabaseLockBackend.php | file | core/ |
|
| PersistentDatabaseLockBackend::$container | property | core/ |
The service container. |
| PersistentDatabaseLockBackend::$drupalProxyOriginalServiceId | property | core/ |
The id of the original proxied service. |
| PersistentDatabaseLockBackend::$service | property | core/ |
The real proxied service, after it was lazy loaded. |
| PersistentDatabaseLockBackend::acquire | function | core/ |
Acquires a lock. |
| PersistentDatabaseLockBackend::getLockId | function | core/ |
Gets the unique page token for locks. |
| PersistentDatabaseLockBackend::lazyLoadItself | function | core/ |
Lazy loads the real service from the container. |
| PersistentDatabaseLockBackend::lockMayBeAvailable | function | core/ |
Checks if a lock is available for acquiring. |
| PersistentDatabaseLockBackend::release | function | core/ |
Releases the given lock. |
| PersistentDatabaseLockBackend::releaseAll | function | core/ |
Releases all locks for the given lock token identifier. |
| PersistentDatabaseLockBackend::schemaDefinition | function | core/ |
|
| PersistentDatabaseLockBackend::wait | function | core/ |
Waits a short amount of time before a second lock acquire attempt. |
| PersistentDatabaseLockBackend::__construct | function | core/ |
Constructs a ProxyClass Drupal proxy object. |
| PersistentDatabaseLockBackend::__construct | function | core/ |
Constructs a new PersistentDatabaseLockBackend. |
| PhpStreamWrapperInterface::stream_lock | function | core/ |
|
| PlaceBlockPageVariant | class | core/ |
Allows blocks to be placed directly within a region. |
| PlaceBlockPageVariant.php | file | core/ |
|
| PlaceBlockPageVariant::$redirectDestination | property | core/ |
The redirect destination. |
| PlaceBlockPageVariant::$themeManager | property | core/ |
The theme manager. |
| PlaceBlockPageVariant::build | function | core/ |
Builds and returns the renderable array for the display variant. |
| PlaceBlockPageVariant::create | function | core/ |
Creates an instance of the plugin. |
| PlaceBlockPageVariant::getVisibleRegionNames | function | core/ |
Returns the human-readable list of regions keyed by machine name. |
| PlaceBlockPageVariant::__construct | function | core/ |
Constructs a new PlaceBlockPageVariant. |
| plugin.manager.block | service | core/ |
Drupal\Core\Block\BlockManager |
| PluginTestBase::$mockBlockExpectedDefinitions | property | core/ |
|
| PluginTestBase::$mockBlockManager | property | core/ |
|
| PrivateTempStore::$lockBackend | property | core/ |
The lock object used for this data. |
| PrivateTempStoreFactory::$lockBackend | property | core/ |
The lock object used for this data. |
| PrivateTempStoreTest::$lock | property | core/ |
The mock lock backend. |
| PrivateTempStoreTest::$lock | property | core/ |
The mock lock backend. |
| PrivateTempStoreTest::testDeleteLocking | function | core/ |
Tests the locking in the delete() method. |
Pagination
- Previous page
- Page 53
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.