| DatabaseLockBackend::release |
function |
core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php |
Releases the given lock. |
| DatabaseLockBackend::releaseAll |
function |
core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php |
Releases all locks for the given lock token identifier. |
| DatabaseLockBackend::releaseAll |
function |
core/lib/Drupal/Core/Lock/DatabaseLockBackend.php |
Releases all locks for the given lock token identifier. |
| DatabaseLockBackend::schemaDefinition |
function |
core/lib/Drupal/Core/Lock/DatabaseLockBackend.php |
Defines the schema for the semaphore table. |
| DatabaseLockBackend::schemaDefinition |
function |
core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php |
|
| DatabaseLockBackend::TABLE_NAME |
constant |
core/lib/Drupal/Core/Lock/DatabaseLockBackend.php |
The database table name. |
| DatabaseLockBackend::wait |
function |
core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php |
Waits a short amount of time before a second lock acquire attempt. |
| DatabaseLockBackend::__construct |
function |
core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php |
Constructs a ProxyClass Drupal proxy object. |
| DatabaseLockBackend::__construct |
function |
core/lib/Drupal/Core/Lock/DatabaseLockBackend.php |
Constructs a new DatabaseLockBackend. |
| DateFormat::$locked |
property |
core/lib/Drupal/Core/Datetime/Entity/DateFormat.php |
The locked status of this date format. |
| DateFormat::isLocked |
function |
core/lib/Drupal/Core/Datetime/Entity/DateFormat.php |
Determines if this date format is locked. |
| DateFormatInterface::isLocked |
function |
core/lib/Drupal/Core/Datetime/DateFormatInterface.php |
Determines if this date format is locked. |
| DateFormatsLockedTest |
class |
core/modules/system/tests/src/Functional/System/DateFormatsLockedTest.php |
Tests the locked functionality of date formats. |
| DateFormatsLockedTest.php |
file |
core/modules/system/tests/src/Functional/System/DateFormatsLockedTest.php |
|
| DateFormatsLockedTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/System/DateFormatsLockedTest.php |
The theme to install as the default for testing. |
| DateFormatsLockedTest::testDateLocking |
function |
core/modules/system/tests/src/Functional/System/DateFormatsLockedTest.php |
Tests attempts at listing, editing, and deleting locked date formats. |
| DefaultViewRecentCommentsTest::$blockDisplayResults |
property |
core/modules/comment/tests/src/Functional/Views/DefaultViewRecentCommentsTest.php |
Number of results for the Block display. |
| DefaultViewRecentCommentsTest::testBlockDisplay |
function |
core/modules/comment/tests/src/Functional/Views/DefaultViewRecentCommentsTest.php |
Tests the block defined by the comments_recent view. |
| DiffFormatter::_block |
function |
core/lib/Drupal/Component/Diff/DiffFormatter.php |
|
| DiffFormatter::_block_header |
function |
core/lib/Drupal/Core/Diff/DiffFormatter.php |
|
| DiffFormatter::_block_header |
function |
core/lib/Drupal/Component/Diff/DiffFormatter.php |
|
| DiffFormatter::_end_block |
function |
core/lib/Drupal/Component/Diff/DiffFormatter.php |
|
| DiffFormatter::_start_block |
function |
core/lib/Drupal/Core/Diff/DiffFormatter.php |
|
| DiffFormatter::_start_block |
function |
core/lib/Drupal/Component/Diff/DiffFormatter.php |
|
| DirectWriteTest::testDirectWriteFlagIsLocked |
function |
core/modules/package_manager/tests/src/Kernel/DirectWriteTest.php |
Tests that the sandbox's direct-write status is part of its locking info. |
| DisplayBlockTest |
class |
core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php |
Tests the block display plugin. |
| DisplayBlockTest.php |
file |
core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php |
|
| DisplayBlockTest::$defaultTheme |
property |
core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php |
The theme to install as the default for testing. |
| DisplayBlockTest::$modules |
property |
core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php |
Modules to install. |
| DisplayBlockTest::$testViews |
property |
core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php |
Views used by this test. |
| DisplayBlockTest::setUp |
function |
core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php |
Sets up the test. |
| DisplayBlockTest::testBlockCategory |
function |
core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php |
Tests default and content block categories. |
| DisplayBlockTest::testBlockContextualLinks |
function |
core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php |
Tests the contextual links on a Views block. |
| DisplayBlockTest::testBlockEmptyRendering |
function |
core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php |
Tests the various test cases of empty block rendering. |
| DisplayBlockTest::testBlockRendering |
function |
core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php |
Tests the actual rendering of the views block. |
| DisplayBlockTest::testDeleteBlockDisplay |
function |
core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php |
Tests removing a block display. |
| DisplayBlockTest::testViewsBlockForm |
function |
core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php |
Tests the block form for a Views block. |
| DisplayPluginBase::getSpecialBlocks |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Provides the block system with any exposed widget blocks for this display. |
| DisplayPluginBase::usesExposedFormInBlock |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Checks to see if the display can put the exposed form in a block. |
| DisplayPluginBase::viewExposedFormBlocks |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Renders the exposed form as block. |
| DisplayPluginInterface::getSpecialBlocks |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Provides the block system with any exposed widget blocks for this display. |
| DisplayPluginInterface::usesExposedFormInBlock |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Checks to see if the display can put the exposed form in a block. |
| DisplayPluginInterface::viewExposedFormBlocks |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Renders the exposed form as block. |
| DisplayTest::testAddDisplayBlockTranslation |
function |
core/modules/views_ui/tests/src/FunctionalJavascript/DisplayTest.php |
Test if 'add' translations are filtered from multilingual display options. |
| DocParserTest::testTypicalMethodDocBlock |
function |
core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php |
Tests typical method doc block. |
| Drupal::lock |
function |
core/lib/Drupal.php |
Returns the locking layer instance. |
| DrupalCoreComposer::$composerLock |
property |
composer/Generator/Util/DrupalCoreComposer.php |
Cached composer.lock data. |
| DrupalCoreComposer::composerLock |
function |
composer/Generator/Util/DrupalCoreComposer.php |
Fetch the composer lock data. |
| DrupalCoreComposer::packageLockInfo |
function |
composer/Generator/Util/DrupalCoreComposer.php |
Look up the info for one package in the composer.lock file. |
| DrupalTest::testLock |
function |
core/tests/Drupal/Tests/Core/DrupalTest.php |
Tests the lock() method. |