| d7_blocked_ips.yml |
file |
core/modules/ban/migrations/d7_blocked_ips.yml |
core/modules/ban/migrations/d7_blocked_ips.yml |
| d7_block_translation.yml |
file |
core/modules/config_translation/migrations/d7_block_translation.yml |
core/modules/config_translation/migrations/d7_block_translation.yml |
| d7_custom_block.yml |
file |
core/modules/block_content/migrations/d7_custom_block.yml |
core/modules/block_content/migrations/d7_custom_block.yml |
| d7_custom_block_translation.yml |
file |
core/modules/content_translation/migrations/d7_custom_block_translation.yml |
core/modules/content_translation/migrations/d7_custom_block_translation.yml |
| DatabaseLockBackend |
class |
core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php |
Provides a proxy class for \Drupal\Core\Lock\DatabaseLockBackend. |
| DatabaseLockBackend |
class |
core/lib/Drupal/Core/Lock/DatabaseLockBackend.php |
Defines the database lock backend. This is the default backend in Drupal. |
| DatabaseLockBackend.php |
file |
core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php |
|
| DatabaseLockBackend.php |
file |
core/lib/Drupal/Core/Lock/DatabaseLockBackend.php |
|
| DatabaseLockBackend::$container |
property |
core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php |
The service container. |
| DatabaseLockBackend::$database |
property |
core/lib/Drupal/Core/Lock/DatabaseLockBackend.php |
The database connection. |
| DatabaseLockBackend::$drupalProxyOriginalServiceId |
property |
core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php |
The id of the original proxied service. |
| DatabaseLockBackend::$service |
property |
core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php |
The real proxied service, after it was lazy loaded. |
| DatabaseLockBackend::acquire |
function |
core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php |
Acquires a lock. |
| DatabaseLockBackend::acquire |
function |
core/lib/Drupal/Core/Lock/DatabaseLockBackend.php |
Acquires a lock. |
| DatabaseLockBackend::catchException |
function |
core/lib/Drupal/Core/Lock/DatabaseLockBackend.php |
Act on an exception when semaphore might be stale. |
| DatabaseLockBackend::ensureTableExists |
function |
core/lib/Drupal/Core/Lock/DatabaseLockBackend.php |
Check if the semaphore table exists and create it if not. |
| DatabaseLockBackend::getLockId |
function |
core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php |
Gets the unique page token for locks. |
| DatabaseLockBackend::lazyLoadItself |
function |
core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php |
Lazy loads the real service from the container. |
| DatabaseLockBackend::lockMayBeAvailable |
function |
core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php |
Checks if a lock is available for acquiring. |
| DatabaseLockBackend::lockMayBeAvailable |
function |
core/lib/Drupal/Core/Lock/DatabaseLockBackend.php |
Checks if a lock is available for acquiring. |
| DatabaseLockBackend::normalizeName |
function |
core/lib/Drupal/Core/Lock/DatabaseLockBackend.php |
Normalizes a lock name in order to comply with database limitations. |
| DatabaseLockBackend::release |
function |
core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php |
Releases the given lock. |
| DatabaseLockBackend::release |
function |
core/lib/Drupal/Core/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/ProxyClass/Lock/DatabaseLockBackend.php |
|
| DatabaseLockBackend::schemaDefinition |
function |
core/lib/Drupal/Core/Lock/DatabaseLockBackend.php |
Defines the schema for the semaphore table. |
| 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. |
| demo-block.css |
file |
core/themes/bartik/css/components/demo-block.css |
Visual styles for Bartik's block demonstration. |
| 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 |
|
| 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. |