Search for end
| Title | Object type | File name | Summary |
|---|---|---|---|
| DatabaseBackendTest::testGarbageCollection | function | core/ |
Tests the row count limiting of cache bin database tables. |
| DatabaseBackendTest::testSetGet | function | core/ |
Tests the get and set methods of Drupal\Core\Cache\CacheBackendInterface. |
| DatabaseFileUsageBackend | class | core/ |
Defines the database file usage backend. This is the default Drupal backend. |
| DatabaseFileUsageBackend.php | file | core/ |
|
| DatabaseFileUsageBackend::$connection | property | core/ |
The database connection used to store file usage information. |
| DatabaseFileUsageBackend::$tableName | property | core/ |
The name of the SQL table used to store file usage information. |
| DatabaseFileUsageBackend::add | function | core/ |
Records that a module is using a file. |
| DatabaseFileUsageBackend::delete | function | core/ |
Removes a record to indicate that a module is no longer using a file. |
| DatabaseFileUsageBackend::listUsage | function | core/ |
Determines where a file is used. |
| DatabaseFileUsageBackend::__construct | function | core/ |
Construct the DatabaseFileUsageBackend. |
| DatabaseLockBackend | class | core/ |
Provides a proxy class for \Drupal\Core\Lock\DatabaseLockBackend. |
| DatabaseLockBackend | class | core/ |
Defines the database lock backend. This is the default backend in Drupal. |
| DatabaseLockBackend.php | file | core/ |
|
| DatabaseLockBackend.php | file | core/ |
|
| DatabaseLockBackend::$container | property | core/ |
The service container. |
| DatabaseLockBackend::$database | property | core/ |
The database connection. |
| DatabaseLockBackend::$drupalProxyOriginalServiceId | property | core/ |
The id of the original proxied service. |
| DatabaseLockBackend::$service | property | core/ |
The real proxied service, after it was lazy loaded. |
| DatabaseLockBackend::acquire | function | core/ |
Acquires a lock. |
| DatabaseLockBackend::acquire | function | core/ |
Acquires a lock. |
| DatabaseLockBackend::catchException | function | core/ |
Act on an exception when semaphore might be stale. |
| DatabaseLockBackend::ensureTableExists | function | core/ |
Check if the semaphore table exists and create it if not. |
| DatabaseLockBackend::getLockId | function | core/ |
Gets the unique page token for locks. |
| DatabaseLockBackend::lazyLoadItself | function | core/ |
Lazy loads the real service from the container. |
| DatabaseLockBackend::lockMayBeAvailable | function | core/ |
Checks if a lock is available for acquiring. |
| DatabaseLockBackend::lockMayBeAvailable | function | core/ |
Checks if a lock is available for acquiring. |
| DatabaseLockBackend::normalizeName | function | core/ |
Normalizes a lock name in order to comply with database limitations. |
| DatabaseLockBackend::release | function | core/ |
Releases the given lock. |
| DatabaseLockBackend::release | function | core/ |
Releases the given lock. |
| DatabaseLockBackend::releaseAll | function | core/ |
Releases all locks for the given lock token identifier. |
| DatabaseLockBackend::releaseAll | function | core/ |
Releases all locks for the given lock token identifier. |
| DatabaseLockBackend::schemaDefinition | function | core/ |
Defines the schema for the semaphore table. |
| DatabaseLockBackend::schemaDefinition | function | core/ |
|
| DatabaseLockBackend::TABLE_NAME | constant | core/ |
The database table name. |
| DatabaseLockBackend::wait | function | core/ |
Waits a short amount of time before a second lock acquire attempt. |
| DatabaseLockBackend::__construct | function | core/ |
Constructs a ProxyClass Drupal proxy object. |
| DatabaseLockBackend::__construct | function | core/ |
Constructs a new DatabaseLockBackend. |
| DataCommand::render | function | core/ |
Implements Drupal\Core\Ajax\CommandInterface:render(). |
| DataEntityRow::render | function | core/ |
Render a row object. This usually passes through to a theme template of some form, but not always. |
| DataFieldRow::render | function | core/ |
Render a row object. This usually passes through to a theme template of some form, but not always. |
| Date::preRenderDate | function | core/ |
Adds form-specific attributes to a 'date' #type element. |
| Date::render | function | core/ |
Renders the field. |
| DateRangeWidgetBase::validateStartEnd | function | core/ |
#element_validate callback to ensure that the start date <= the end date. |
| DateTestBase::renderTestEntity | function | core/ |
Renders a entity_test and sets the output in the internal browser. |
| DateTestBase::renderTestEntity | function | core/ |
Renders a entity_test and sets the output in the internal browser. |
| DateTimePlus::render | function | core/ |
Renders the timezone name. |
| DblogMessage::render | function | core/ |
Renders the field. |
| DblogOperations::render | function | core/ |
Renders the field. |
| dblog_views_pre_render | function | core/ |
Implements hook_views_pre_render(). |
| DbUpdateController::$bareHtmlPageRenderer | property | core/ |
The bare HTML page renderer. |
Pagination
- Previous page
- Page 16
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.