Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
PersistentDatabaseLockBackend.php
function PersistentDatabaseLockBackend::schemaDefinition
File
core/
lib/
Drupal/
Core/
ProxyClass/
Lock/
PersistentDatabaseLockBackend.php
, line 105
Class
PersistentDatabaseLockBackend
Provides a proxy class for
\Drupal\Core\Lock\PersistentDatabaseLockBackend
.
Namespace
Drupal\Core\ProxyClass\Lock
Code
public
function
schemaDefinition
() {
return
$this
->
lazyLoadItself
() ->
schemaDefinition
(); }
RSS feed