PersistentDatabaseLockBackend |
class |
core/lib/Drupal/Core/ProxyClass/Lock/PersistentDatabaseLockBackend.php |
Provides a proxy class for \Drupal\Core\Lock\PersistentDatabaseLockBackend. |
PersistentDatabaseLockBackend |
class |
core/lib/Drupal/Core/Lock/PersistentDatabaseLockBackend.php |
Defines the persistent database lock backend. |
PersistentDatabaseLockBackend.php |
file |
core/lib/Drupal/Core/ProxyClass/Lock/PersistentDatabaseLockBackend.php |
|
PersistentDatabaseLockBackend.php |
file |
core/lib/Drupal/Core/Lock/PersistentDatabaseLockBackend.php |
|
PersistentDatabaseLockBackend::$container |
property |
core/lib/Drupal/Core/ProxyClass/Lock/PersistentDatabaseLockBackend.php |
The service container. |
PersistentDatabaseLockBackend::$drupalProxyOriginalServiceId |
property |
core/lib/Drupal/Core/ProxyClass/Lock/PersistentDatabaseLockBackend.php |
The id of the original proxied service. |
PersistentDatabaseLockBackend::$service |
property |
core/lib/Drupal/Core/ProxyClass/Lock/PersistentDatabaseLockBackend.php |
The real proxied service, after it was lazy loaded. |
PersistentDatabaseLockBackend::acquire |
function |
core/lib/Drupal/Core/ProxyClass/Lock/PersistentDatabaseLockBackend.php |
Acquires a lock. |
PersistentDatabaseLockBackend::getLockId |
function |
core/lib/Drupal/Core/ProxyClass/Lock/PersistentDatabaseLockBackend.php |
Gets the unique page token for locks. |
PersistentDatabaseLockBackend::lazyLoadItself |
function |
core/lib/Drupal/Core/ProxyClass/Lock/PersistentDatabaseLockBackend.php |
Lazy loads the real service from the container. |
PersistentDatabaseLockBackend::lockMayBeAvailable |
function |
core/lib/Drupal/Core/ProxyClass/Lock/PersistentDatabaseLockBackend.php |
Checks if a lock is available for acquiring. |
PersistentDatabaseLockBackend::release |
function |
core/lib/Drupal/Core/ProxyClass/Lock/PersistentDatabaseLockBackend.php |
Releases the given lock. |
PersistentDatabaseLockBackend::releaseAll |
function |
core/lib/Drupal/Core/ProxyClass/Lock/PersistentDatabaseLockBackend.php |
Releases all locks for the given lock token identifier. |
PersistentDatabaseLockBackend::schemaDefinition |
function |
core/lib/Drupal/Core/ProxyClass/Lock/PersistentDatabaseLockBackend.php |
|
PersistentDatabaseLockBackend::wait |
function |
core/lib/Drupal/Core/ProxyClass/Lock/PersistentDatabaseLockBackend.php |
Waits a short amount of time before a second lock acquire attempt. |
PersistentDatabaseLockBackend::__construct |
function |
core/lib/Drupal/Core/ProxyClass/Lock/PersistentDatabaseLockBackend.php |
Constructs a ProxyClass Drupal proxy object. |
PersistentDatabaseLockBackend::__construct |
function |
core/lib/Drupal/Core/Lock/PersistentDatabaseLockBackend.php |
Constructs a new PersistentDatabaseLockBackend. |
PoDatabaseReader |
class |
core/modules/locale/src/PoDatabaseReader.php |
Gettext PO reader working with the locale module database. |
PoDatabaseReader.php |
file |
core/modules/locale/src/PoDatabaseReader.php |
|
PoDatabaseReader::$langcode |
property |
core/modules/locale/src/PoDatabaseReader.php |
Language code of the language being read from the database. |
PoDatabaseReader::$options |
property |
core/modules/locale/src/PoDatabaseReader.php |
An associative array indicating which type of strings should be read. |
PoDatabaseReader::$result |
property |
core/modules/locale/src/PoDatabaseReader.php |
Store the result of the query so it can be iterated later. |
PoDatabaseReader::getHeader |
function |
core/modules/locale/src/PoDatabaseReader.php |
Get header metadata. |
PoDatabaseReader::getLangcode |
function |
core/modules/locale/src/PoDatabaseReader.php |
Get language code. |
PoDatabaseReader::getOptions |
function |
core/modules/locale/src/PoDatabaseReader.php |
Get the options used by the reader. |
PoDatabaseReader::loadStrings |
function |
core/modules/locale/src/PoDatabaseReader.php |
Builds and executes a database query based on options set earlier. |
PoDatabaseReader::readItem |
function |
core/modules/locale/src/PoDatabaseReader.php |
Reads and returns a PoItem (source/translation pair). |
PoDatabaseReader::readString |
function |
core/modules/locale/src/PoDatabaseReader.php |
Get the database result resource for the given language and options. |
PoDatabaseReader::setHeader |
function |
core/modules/locale/src/PoDatabaseReader.php |
Implements Drupal\Component\Gettext\PoMetadataInterface::setHeader(). |
PoDatabaseReader::setLangcode |
function |
core/modules/locale/src/PoDatabaseReader.php |
Set language code. |
PoDatabaseReader::setOptions |
function |
core/modules/locale/src/PoDatabaseReader.php |
Set the options for the current reader. |
PoDatabaseReader::__construct |
function |
core/modules/locale/src/PoDatabaseReader.php |
Constructor, initializes with default options. |
PoDatabaseWriter |
class |
core/modules/locale/src/PoDatabaseWriter.php |
Gettext PO writer working with the locale module database. |
PoDatabaseWriter.php |
file |
core/modules/locale/src/PoDatabaseWriter.php |
|
PoDatabaseWriter::$header |
property |
core/modules/locale/src/PoDatabaseWriter.php |
Header of the po file written to the database. |
PoDatabaseWriter::$langcode |
property |
core/modules/locale/src/PoDatabaseWriter.php |
Language code of the language being written to the database. |
PoDatabaseWriter::$options |
property |
core/modules/locale/src/PoDatabaseWriter.php |
An associative array indicating what data should be overwritten, if any. |
PoDatabaseWriter::$report |
property |
core/modules/locale/src/PoDatabaseWriter.php |
Associative array summarizing the number of changes done. |
PoDatabaseWriter::getHeader |
function |
core/modules/locale/src/PoDatabaseWriter.php |
Get header metadata. |
PoDatabaseWriter::getLangcode |
function |
core/modules/locale/src/PoDatabaseWriter.php |
Get language code. |
PoDatabaseWriter::getOptions |
function |
core/modules/locale/src/PoDatabaseWriter.php |
Get the options used by the writer. |
PoDatabaseWriter::getReport |
function |
core/modules/locale/src/PoDatabaseWriter.php |
Get the report of the write operations. |
PoDatabaseWriter::importString |
function |
core/modules/locale/src/PoDatabaseWriter.php |
Imports one string into the database. |
PoDatabaseWriter::setHeader |
function |
core/modules/locale/src/PoDatabaseWriter.php |
Implements Drupal\Component\Gettext\PoMetadataInterface::setHeader(). |
PoDatabaseWriter::setLangcode |
function |
core/modules/locale/src/PoDatabaseWriter.php |
Set language code. |
PoDatabaseWriter::setOptions |
function |
core/modules/locale/src/PoDatabaseWriter.php |
Set the options for the current writer. |
PoDatabaseWriter::setReport |
function |
core/modules/locale/src/PoDatabaseWriter.php |
Set the report array of write operations. |
PoDatabaseWriter::writeItem |
function |
core/modules/locale/src/PoDatabaseWriter.php |
Writes the given item. |
PoDatabaseWriter::writeItems |
function |
core/modules/locale/src/PoDatabaseWriter.php |
Writes all or the given amount of items. |
PoDatabaseWriter::__construct |
function |
core/modules/locale/src/PoDatabaseWriter.php |
Constructor, initialize reporting array. |