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. |
PostgresqlDateSql::$database |
property |
core/modules/views/src/Plugin/views/query/PostgresqlDateSql.php |
The database connection. |
PostgresqlDateSqlTest::$database |
property |
core/modules/views/tests/src/Unit/Plugin/views/query/PostgresqlDateSqlTest.php |
The mocked database service. |
PreventDowngradeTest::setDatabaseDumpFiles |
function |
core/modules/system/tests/src/Functional/UpdateSystem/PreventDowngradeTest.php |
Set database dump files to be used. |
ProviderRepositoryTest::providerNonExistingProviderDatabase |
function |
core/modules/media/tests/src/Kernel/ProviderRepositoryTest.php |
Data provider for testEmptyProviderList(). |
ProviderRepositoryTest::testNonExistingProviderDatabase |
function |
core/modules/media/tests/src/Kernel/ProviderRepositoryTest.php |
Tests that provider discovery fails with a non-existent provider database. |
QueryBatchTest::getDatabase |
function |
core/modules/migrate/tests/src/Kernel/QueryBatchTest.php |
Builds an in-memory SQLite database from a set of source data. |
queue.database |
service |
core/core.services.yml |
Drupal\Core\Queue\QueueDatabaseFactory |
QueueDatabaseFactory |
class |
core/lib/Drupal/Core/Queue/QueueDatabaseFactory.php |
Defines the queue factory for the database backend. |
QueueDatabaseFactory.php |
file |
core/lib/Drupal/Core/Queue/QueueDatabaseFactory.php |
|
QueueDatabaseFactory::$connection |
property |
core/lib/Drupal/Core/Queue/QueueDatabaseFactory.php |
The database connection. |
QueueDatabaseFactory::get |
function |
core/lib/Drupal/Core/Queue/QueueDatabaseFactory.php |
Constructs a new queue object for a given name. |
QueueDatabaseFactory::__construct |
function |
core/lib/Drupal/Core/Queue/QueueDatabaseFactory.php |
Constructs this factory object. |
RemovePathKeyTest::setDatabaseDumpFiles |
function |
core/modules/system/tests/src/Functional/Update/RemovePathKeyTest.php |
Set database dump files to be used. |
Roles::$database |
property |
core/modules/user/src/Plugin/views/field/Roles.php |
Database Service Object. |
RouteAliasUpdateTest::setDatabaseDumpFiles |
function |
core/modules/system/tests/src/Functional/Update/RouteAliasUpdateTest.php |
Set database dump files to be used. |
SandboxDatabaseUpdatesValidator |
class |
core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php |
Flags a warning if there are database updates in a staged update. |
SandboxDatabaseUpdatesValidator.php |
file |
core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php |
|
SandboxDatabaseUpdatesValidator::checkForStagedDatabaseUpdates |
function |
core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php |
Checks that the staged update does not have changes to its install files. |
SandboxDatabaseUpdatesValidator::getExtensionsWithDatabaseUpdates |
function |
core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php |
Gets extensions that have database updates in the stage directory. |
SandboxDatabaseUpdatesValidator::getSubscribedEvents |
function |
core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php |
|
SandboxDatabaseUpdatesValidator::getUpdateFunctions |
function |
core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php |
Returns a list of all update functions for a module. |
SandboxDatabaseUpdatesValidator::hasStagedUpdates |
function |
core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php |
Determines if a staged extension has changed update functions. |
SandboxDatabaseUpdatesValidator::tokensMatchFunctionNamePattern |
function |
core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php |
Determines if a set of tokens contain a function name matching a pattern. |
SandboxDatabaseUpdatesValidator::__construct |
function |
core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php |
|
SearchBlockPageIdUpdatePathTest::setDatabaseDumpFiles |
function |
core/modules/search/tests/src/Functional/Update/SearchBlockPageIdUpdatePathTest.php |
Set database dump files to be used. |
SearchMultilingualEntityTest::assertDatabaseCounts |
function |
core/modules/search/tests/src/Functional/SearchMultilingualEntityTest.php |
Checks actual database counts of items in the search index. |
SetInlineBlockDependency::$database |
property |
core/modules/layout_builder/src/EventSubscriber/SetInlineBlockDependency.php |
The database connection. |
SettingsTest::providerTestDatabaseInfoInitialization |
function |
core/tests/Drupal/Tests/Core/Site/SettingsTest.php |
Provides data for testDatabaseInfoInitialization(). |
SettingsTest::testDatabaseInfoInitialization |
function |
core/tests/Drupal/Tests/Core/Site/SettingsTest.php |
Tests initialization performed for the $databases variable. |