KeyValueDatabaseExpirableFactory::__construct |
function |
core/lib/Drupal/Core/KeyValueStore/KeyValueDatabaseExpirableFactory.php |
Constructs this factory object. |
KeyValueDatabaseFactory |
class |
core/lib/Drupal/Core/KeyValueStore/KeyValueDatabaseFactory.php |
Defines the key/value store factory for the database backend. |
KeyValueDatabaseFactory.php |
file |
core/lib/Drupal/Core/KeyValueStore/KeyValueDatabaseFactory.php |
|
KeyValueDatabaseFactory::$connection |
property |
core/lib/Drupal/Core/KeyValueStore/KeyValueDatabaseFactory.php |
The database connection to use. |
KeyValueDatabaseFactory::$serializer |
property |
core/lib/Drupal/Core/KeyValueStore/KeyValueDatabaseFactory.php |
The serialization class to use. |
KeyValueDatabaseFactory::get |
function |
core/lib/Drupal/Core/KeyValueStore/KeyValueDatabaseFactory.php |
Constructs a new key/value store for a given collection name. |
KeyValueDatabaseFactory::__construct |
function |
core/lib/Drupal/Core/KeyValueStore/KeyValueDatabaseFactory.php |
Constructs this factory object. |
LocalesLocationAddIndexUpdateTest::setDatabaseDumpFiles |
function |
core/modules/locale/tests/src/Functional/LocalesLocationAddIndexUpdateTest.php |
|
Log::removeDatabaseEntries |
function |
core/lib/Drupal/Core/Database/Log.php |
Removes database related calls from a backtrace array. |
MailDsnSettingsUpdateTest::setDatabaseDumpFiles |
function |
core/modules/system/tests/src/Functional/Update/MailDsnSettingsUpdateTest.php |
Set database dump files to be used. |
MediaMappingUpdateTest::setDatabaseDumpFiles |
function |
core/modules/media/tests/src/Functional/Update/MediaMappingUpdateTest.php |
|
MediaSettingsDefaultIframeDomainUpdateTest::setDatabaseDumpFiles |
function |
core/modules/media/tests/src/Functional/Update/MediaSettingsDefaultIframeDomainUpdateTest.php |
|
MenuLinksetSettingsUpdateTest::setDatabaseDumpFiles |
function |
core/modules/system/tests/src/Functional/Update/MenuLinksetSettingsUpdateTest.php |
Set database dump files to be used. |
MigrateMessageControllerTest::$database |
property |
core/modules/migrate_drupal_ui/tests/src/Functional/MigrateMessageControllerTest.php |
The database connection. |
MigrateMessageTestBase::$database |
property |
core/modules/migrate/tests/src/Functional/MigrateMessageTestBase.php |
The database connection. |
MigrateMissingDatabaseSource |
class |
core/modules/migrate/tests/modules/migrate_missing_database_test/src/Plugin/migrate/source/MigrateMissingDatabaseSource.php |
A simple migrate source for the missing database tests. |
MigrateMissingDatabaseSource.php |
file |
core/modules/migrate/tests/modules/migrate_missing_database_test/src/Plugin/migrate/source/MigrateMissingDatabaseSource.php |
|
MigrateMissingDatabaseSource::fields |
function |
core/modules/migrate/tests/modules/migrate_missing_database_test/src/Plugin/migrate/source/MigrateMissingDatabaseSource.php |
|
MigrateMissingDatabaseSource::getIds |
function |
core/modules/migrate/tests/modules/migrate_missing_database_test/src/Plugin/migrate/source/MigrateMissingDatabaseSource.php |
|
MigrateMissingDatabaseSource::query |
function |
core/modules/migrate/tests/modules/migrate_missing_database_test/src/Plugin/migrate/source/MigrateMissingDatabaseSource.php |
|
MigrateMissingDatabaseTest |
class |
core/modules/migrate_drupal/tests/src/Kernel/MigrateMissingDatabaseTest.php |
Tests that a migration can be instantiated without a database connection. |
MigrateMissingDatabaseTest |
class |
core/modules/migrate/tests/src/Kernel/MigrateMissingDatabaseTest.php |
Tests that a SQL migration can be instantiated without a database connection. |
MigrateMissingDatabaseTest.php |
file |
core/modules/migrate_drupal/tests/src/Kernel/MigrateMissingDatabaseTest.php |
|
MigrateMissingDatabaseTest.php |
file |
core/modules/migrate/tests/src/Kernel/MigrateMissingDatabaseTest.php |
|
MigrateMissingDatabaseTest::$migrationPluginManager |
property |
core/modules/migrate_drupal/tests/src/Kernel/MigrateMissingDatabaseTest.php |
The migration plugin manager. |
MigrateMissingDatabaseTest::$migrationPluginManager |
property |
core/modules/migrate/tests/src/Kernel/MigrateMissingDatabaseTest.php |
The migration plugin manager. |
MigrateMissingDatabaseTest::$modules |
property |
core/modules/migrate_drupal/tests/src/Kernel/MigrateMissingDatabaseTest.php |
|
MigrateMissingDatabaseTest::$modules |
property |
core/modules/migrate/tests/src/Kernel/MigrateMissingDatabaseTest.php |
|
MigrateMissingDatabaseTest::setUp |
function |
core/modules/migrate_drupal/tests/src/Kernel/MigrateMissingDatabaseTest.php |
|
MigrateMissingDatabaseTest::setUp |
function |
core/modules/migrate/tests/src/Kernel/MigrateMissingDatabaseTest.php |
|
MigrateMissingDatabaseTest::testMissingDatabase |
function |
core/modules/migrate_drupal/tests/src/Kernel/MigrateMissingDatabaseTest.php |
Tests that a migration can be instantiated with the node module enabled. |
MigrateMissingDatabaseTest::testMissingDatabase |
function |
core/modules/migrate/tests/src/Kernel/MigrateMissingDatabaseTest.php |
Tests a SQL migration without the database connection. |
MigrateSqlIdMapTest::$database |
property |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
The database connection. |
MigrateSqlSourceTestBase::getDatabase |
function |
core/modules/migrate/tests/src/Kernel/MigrateSqlSourceTestBase.php |
Builds an in-memory SQLite database from a set of source data. |
MigrateTestBase::$sourceDatabase |
property |
core/modules/migrate/tests/src/Kernel/MigrateTestBase.php |
The source database connection. |
MigrateTestCase::getDatabase |
function |
core/modules/migrate/tests/src/Unit/MigrateTestCase.php |
Gets an SQLite database connection object for use in tests. |
MigrateUpgradeTestBase::$sourceDatabase |
property |
core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeTestBase.php |
The source database connection. |
migrate_missing_database_test.info.yml |
file |
core/modules/migrate/tests/modules/migrate_missing_database_test/migrate_missing_database_test.info.yml |
core/modules/migrate/tests/modules/migrate_missing_database_test/migrate_missing_database_test.info.yml |
MigrationConfigurationTrait::createDatabaseStateSettings |
function |
core/modules/migrate_drupal/src/MigrationConfigurationTrait.php |
Creates the necessary state entries for SqlBase::getDatabase() to work. |
missing_database.yml |
file |
core/modules/migrate/tests/modules/migrate_missing_database_test/migrations/missing_database.yml |
core/modules/migrate/tests/modules/migrate_missing_database_test/migrations/missing_database.yml |
Mysql8RequirePrimaryKeyUpdateTest::setDatabaseDumpFiles |
function |
core/modules/mysql/tests/src/Functional/Mysql8RequirePrimaryKeyUpdateTest.php |
|
Mysql8RequirePrimaryKeyUpdateTest::testDatabaseLoaded |
function |
core/modules/mysql/tests/src/Functional/Mysql8RequirePrimaryKeyUpdateTest.php |
Tests updates. |
MysqlDateSql::$database |
property |
core/modules/views/src/Plugin/views/query/MysqlDateSql.php |
The database connection. |
MysqlDateSqlTest::$database |
property |
core/modules/views/tests/src/Unit/Plugin/views/query/MysqlDateSqlTest.php |
The mocked database service. |
NodeGrantDatabaseStorage |
class |
core/modules/node/src/NodeGrantDatabaseStorage.php |
Defines a storage handler class that handles the node grants system. |
NodeGrantDatabaseStorage.php |
file |
core/modules/node/src/NodeGrantDatabaseStorage.php |
|
NodeGrantDatabaseStorage::$database |
property |
core/modules/node/src/NodeGrantDatabaseStorage.php |
The database connection. |
NodeGrantDatabaseStorage::$languageManager |
property |
core/modules/node/src/NodeGrantDatabaseStorage.php |
The language manager. |
NodeGrantDatabaseStorage::$moduleHandler |
property |
core/modules/node/src/NodeGrantDatabaseStorage.php |
The module handler. |
NodeGrantDatabaseStorage::access |
function |
core/modules/node/src/NodeGrantDatabaseStorage.php |
|