DatabaseStorageTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/DatabaseStorageTest.php |
Contains Drupal\system\Tests\KeyValueStore\DatabaseStorageTest. |
DatabaseLockBackend.php |
file |
drupal/core/lib/Drupal/Core/Lock/DatabaseLockBackend.php |
Definition of Drupal\Core\Lock\DatabaseLockBackend. |
DatabaseStorage::$table |
property |
drupal/core/lib/Drupal/Core/Config/DatabaseStorage.php |
The database table name. |
DatabaseStorage::exists |
function |
drupal/core/lib/Drupal/Core/Config/DatabaseStorage.php |
Implements Drupal\Core\Config\StorageInterface::exists(). |
DatabaseStorage::delete |
function |
drupal/core/lib/Drupal/Core/Config/DatabaseStorage.php |
Implements Drupal\Core\Config\StorageInterface::delete(). |
DatabaseStorage::rename |
function |
drupal/core/lib/Drupal/Core/Config/DatabaseStorage.php |
Implements Drupal\Core\Config\StorageInterface::rename(). |
DatabaseStorage::encode |
function |
drupal/core/lib/Drupal/Core/Config/DatabaseStorage.php |
Implements Drupal\Core\Config\StorageInterface::encode(). |
DatabaseStorage::decode |
function |
drupal/core/lib/Drupal/Core/Config/DatabaseStorage.php |
Implements Drupal\Core\Config\StorageInterface::decode(). |
MetadataBagTest::$array |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/MetadataBagTest.php |
|
Config::$overriddenData |
property |
drupal/core/lib/Drupal/Core/Config/Config.php |
The current runtime data ($data + $overrides). |
Request::trustProxyData |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php |
Trusts $_SERVER entries coming from proxies. |
aggregator_element_data |
function |
drupal/core/modules/aggregator/aggregator.parser.inc |
Performs an action when data is encountered. |
ViewTestData::viewsData |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewTestData.php |
Returns the views data definition. |
DatabaseStorageTest.php |
file |
drupal/core/modules/config/lib/Drupal/config/Tests/Storage/DatabaseStorageTest.php |
Definition of Drupal\config\Tests\Storage\DatabaseStorageTest. |
ViewTestBase::viewsData |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewTestBase.php |
Returns the views data definition. |
Session::getMetadataBag |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Session.php |
Gets session meta. |
QueryString::encodeData |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/QueryString.php |
Url encode parameter data. |
Gettext::fileToDatabase |
function |
drupal/core/modules/locale/lib/Drupal/locale/Gettext.php |
Reads the given PO files into the database. |
install_database_errors |
function |
drupal/core/includes/install.core.inc |
Checks a database connection and returns any errors. |
FieldXssTest::dataHelper |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldXssTest.php |
|
MetadataBag::$storageKey |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php |
|
MetadataBag::__construct |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php |
Constructor. |
MetadataBag::getLifetime |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php |
Gets the lifetime that the session cookie was set with. |
MetadataBag::getLastUsed |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php |
Gets the last used metadata. |
DatabaseBackend::isEmpty |
function |
drupal/core/lib/Drupal/Core/Cache/DatabaseBackend.php |
Implements Drupal\Core\Cache\CacheBackendInterface::isEmpty(). |
RequestDataCollectorTest |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/RequestDataCollectorTest.php |
|
Connection::databaseType |
function |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Connection.php |
Returns the name of the PDO driver for this connection. |
comment_views_data_alter |
function |
drupal/core/modules/comment/comment.views.inc |
Use views_data_alter to add items to the node table that are
relevant to comments. |
TypedDataManager::create |
function |
drupal/core/lib/Drupal/Core/TypedData/TypedDataManager.php |
Creates a new typed data object wrapping the passed value. |
TypedData::getDefinition |
function |
drupal/core/lib/Drupal/Core/TypedData/Type/TypedData.php |
Implements TypedDataInterface::getDefinition(). |
Database::$ignoreTargets |
property |
drupal/core/lib/Drupal/Core/Database/Database.php |
A list of key/target credentials to simply ignore. |
TreeDataUnitTest::$links |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/TreeDataUnitTest.php |
Dummy link structure acceptable for menu_tree_data(). |
Database::openConnection |
function |
drupal/core/lib/Drupal/Core/Database/Database.php |
Opens a connection to the server specified by the given key and target. |
TestEntity::loadMetadata |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/StaticPHPDriverTest.php |
|
ClassMetadataFactoryTest |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/ClassMetadataFactoryTest.php |
|
ZendDataCacheTest::setUp |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Cache/ZendDataCacheTest.php |
|
DataCommand::__construct |
function |
drupal/core/lib/Drupal/Core/Ajax/DataCommand.php |
Constructs a DataCommand object. |
Connection::databaseType |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php |
Returns the name of the PDO driver for this connection. |
DatabaseStorageExpirable |
class |
drupal/core/lib/Drupal/Core/KeyValueStore/DatabaseStorageExpirable.php |
Defines a default key/value store implementation for expiring items. |
TestClassMetadataFactory |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/ClassMetadataFactoryTest.php |
|
StatementPrefetch::$data |
property |
drupal/core/lib/Drupal/Core/Database/StatementPrefetch.php |
Main data store. |
RequestDataCollector.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/RequestDataCollector.php |
|
DrupalKernel::moduleData |
function |
drupal/core/lib/Drupal/Core/DrupalKernel.php |
Returns module data on the filesystem. |
DatabaseFileUsageBackend |
class |
drupal/core/modules/file/lib/Drupal/file/FileUsage/DatabaseFileUsageBackend.php |
Defines the database file usage backend. This is the default Drupal backend. |
DatabaseExceptionWrapper |
class |
drupal/core/lib/Drupal/Core/Database/DatabaseExceptionWrapper.php |
This wrapper class serves only to provide additional debug information. |
ComplexDataInterface.php |
file |
drupal/core/lib/Drupal/Core/TypedData/ComplexDataInterface.php |
Definition of Drupal\Core\TypedData\ComplexDataInterface. |
Connection::databaseType |
function |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php |
Returns the name of the PDO driver for this connection. |
ClassMetadataFactory.php |
file |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadataFactory.php |
|
DatabaseStorage::listAll |
function |
drupal/core/lib/Drupal/Core/Config/DatabaseStorage.php |
Implements Drupal\Core\Config\StorageInterface::listAll(). |
InvalidDataTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/InvalidDataTest.php |
|