PoDatabaseReader::$_result |
property |
drupal/core/modules/locale/lib/Drupal/locale/PoDatabaseReader.php |
Store the result of the query so it can be iterated later. |
Connection::createDatabase |
function |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Connection.php |
Overrides \Drupal\Core\Database\Connection::createDatabase(). |
EventDataCollectorTest.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/EventDataCollectorTest.php |
|
PoDatabaseReader::readItem |
function |
drupal/core/modules/locale/lib/Drupal/locale/PoDatabaseReader.php |
Implements Drupal\Component\Gettext\PoReaderInterface::readItem(). |
Database::RETURN_STATEMENT |
constant |
drupal/core/lib/Drupal/Core/Database/Database.php |
Flag to indicate a query call should return the prepared statement. |
Database::RETURN_INSERT_ID |
constant |
drupal/core/lib/Drupal/Core/Database/Database.php |
Flag to indicate a query call should return the "last insert id". |
DatabaseTestBase::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/DatabaseTestBase.php |
Modules to enable. |
Database::renameConnection |
function |
drupal/core/lib/Drupal/Core/Database/Database.php |
Rename a connection and its corresponding connection information. |
Database::removeConnection |
function |
drupal/core/lib/Drupal/Core/Database/Database.php |
Remove a connection and its corresponding connection information. |
FieldFileSizeTest::dataSet |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldFileSizeTest.php |
Returns a very simple test dataset. |
hook_views_ajax_data_alter |
function |
drupal/core/modules/views/views.api.php |
Alter the commands used on a Views AJAX request. |
LoadClassMetadataEventArgs |
class |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/LoadClassMetadataEventArgs.php |
Class that holds event arguments for a loadMetadata event. |
_drupal_bootstrap_database |
function |
drupal/core/includes/bootstrap.inc |
Initializes the database system by loading database.inc. |
DatabaseStorageTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/DatabaseStorageTest.php |
Sets up unit test environment. |
Connection::createDatabase |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php |
Overrides \Drupal\Core\Database\Connection::createDatabase(). |
AnnotationTargetAll::$data |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationTargetAll.php |
|
DataCollectorInterface.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/DataCollectorInterface.php |
|
ExceptionDataCollector.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/ExceptionDataCollector.php |
|
TreeOutputTest::$tree_data |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/TreeOutputTest.php |
Dummy link structure acceptable for menu_tree_output(). |
TimeDataCollector::$kernel |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/TimeDataCollector.php |
|
PoDatabaseWriter::$_header |
property |
drupal/core/modules/locale/lib/Drupal/locale/PoDatabaseWriter.php |
Header of the po file written to the database. |
TimeDataCollector::collect |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/TimeDataCollector.php |
Collects data for the given Request and Response. |
PoDatabaseWriter::$_report |
property |
drupal/core/modules/locale/lib/Drupal/locale/PoDatabaseWriter.php |
Associative array summarizing the number of changes done. |
Database abstraction layer |
group |
drupal/core/includes/database.inc |
Allow the use of different database servers using the same code base. |
TimeDataCollector::getName |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/TimeDataCollector.php |
Returns the name of the collector. |
Connection::createDatabase |
function |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php |
Overrides \Drupal\Core\Database\Connection::createDatabase(). |
system_rebuild_module_data |
function |
drupal/core/modules/system/system.module |
Rebuild, save, and return data about all currently available modules. |
_system_rebuild_theme_data |
function |
drupal/core/modules/system/system.module |
Helper function to scan and collect theme .info data and their engines. |
DocParser::$metadataParser |
property |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/DocParser.php |
Doc Parser used to collect annotation target |
MetadataBagTest::testClear |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/MetadataBagTest.php |
|
DatabaseBackend::isAllowed |
function |
drupal/core/lib/Drupal/Core/Flood/DatabaseBackend.php |
Implements Drupal\Core\Flood\FloodInterface::isAllowed(). |
ApiDataTest::testViewsData |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Field/ApiDataTest.php |
Unit testing the views data structure. |
Connection::escapeDatabase |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Escapes a database name string. |
DataCollector::unserialize |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/DataCollector.php |
|
Connection::createDatabase |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Creates a database. |
FilterCombineTest::dataSet |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterCombineTest.php |
Additional data to test the NULL issue. |
DatabaseStorageTest::insert |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/Storage/DatabaseStorageTest.php |
|
DatabaseStorageTest::update |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/Storage/DatabaseStorageTest.php |
|
DatabaseStorageTest::delete |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/Storage/DatabaseStorageTest.php |
|
DatabaseBackend::deleteTags |
function |
drupal/core/lib/Drupal/Core/Cache/DatabaseBackend.php |
Implements Drupal\Core\Cache\CacheBackendInterface::deleteTags(). |
DatabaseBackend::invalidate |
function |
drupal/core/lib/Drupal/Core/Cache/DatabaseBackend.php |
Implements Drupal\Core\Cache\CacheBackendInterface::invalidate(). |
ViewUnitTestBase::viewsData |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewUnitTestBase.php |
Returns the views data definition. |
ArgumentNullTest::viewsData |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/ArgumentNullTest.php |
Returns the views data definition. |
PoDatabaseReader::$_options |
property |
drupal/core/modules/locale/lib/Drupal/locale/PoDatabaseReader.php |
An associative array indicating which type of strings should be read. |
FilterStringTest::viewsData |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterStringTest.php |
Returns the views data definition. |
TypedDataInterface::getType |
function |
drupal/core/lib/Drupal/Core/TypedData/TypedDataInterface.php |
Gets the data type. |
MemoryDataCollectorTest.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/MemoryDataCollectorTest.php |
|
LoggerDataCollectorTest.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/LoggerDataCollectorTest.php |
|
PoDatabaseReader::getHeader |
function |
drupal/core/modules/locale/lib/Drupal/locale/PoDatabaseReader.php |
Implements Drupal\Component\Gettext\PoMetadataInterface::getHeader(). |
ConfigDataCollectorTest.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/ConfigDataCollectorTest.php |
|