DataCollectorInterface::getName |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/DataCollectorInterface.php |
Returns the name of the collector. |
TestBase::prepareDatabasePrefix |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/TestBase.php |
Generates a database prefix for running tests. |
RouterDataCollector::guessRoute |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/RouterDataCollector.php |
|
MetadataBagTest::testInitialize |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/MetadataBagTest.php |
|
MetadataBagTest::testGetSetName |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/MetadataBagTest.php |
|
MetadataBagTest::testGetCreated |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/MetadataBagTest.php |
|
ConfigDataCollector::getAppName |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/ConfigDataCollector.php |
Gets the application name. |
StringDatabaseStorage::$options |
property |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Additional database connection options to use in queries. |
DatabaseStorageControllerNG.php |
file |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageControllerNG.php |
Definition of Drupal\Core\Entity\DatabaseStorageControllerNG. |
ConfigDataCollector::getBundles |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/ConfigDataCollector.php |
|
ExceptionDataCollector::collect |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/ExceptionDataCollector.php |
Collects data for the given Request and Response. |
ExceptionDataCollector::getCode |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/ExceptionDataCollector.php |
Gets the exception code. |
ExceptionDataCollector::getName |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/ExceptionDataCollector.php |
Returns the name of the collector. |
RouterListenerTest::getPortData |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/RouterListenerTest.php |
|
EventDataCollector::$dispatcher |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/EventDataCollector.php |
|
StringDatabaseStorage::dbDelete |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Creates delete query. |
DatabaseBackendUnitTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Cache/DatabaseBackendUnitTest.php |
|
views_test_data_views_pre_render |
function |
drupal/core/modules/views/tests/views_test_data/views_test_data.module |
Implements hook_views_pre_render(). |
views_test_data_views_post_build |
function |
drupal/core/modules/views/tests/views_test_data/views_test_data.module |
Implements hook_views_post_build(). |
RelationshipNodeTermDataTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/Taxonomy/RelationshipNodeTermDataTest.php |
Definition of Drupal\views\Tests\Taxonomy\RelationshipNodeTermDataTest. |
ModuleApiTest::testThemeMetaData |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleApiTest.php |
Tests whether the correct theme metadata is returned. |
TypedDataManager::createInstance |
function |
drupal/core/lib/Drupal/Core/TypedData/TypedDataManager.php |
Implements Drupal\Component\Plugin\PluginManagerInterface::createInstance(). |
TestObjectMetadata::isIdentifier |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/PersistentObjectTest.php |
Checks if the given field name is a mapped identifier for this class. |
TypedDataFactory::createInstance |
function |
drupal/core/lib/Drupal/Core/TypedData/TypedDataFactory.php |
Implements Drupal\Component\Plugin\Factory\FactoryInterface::createInstance(). |
_views_data_process_entity_types |
function |
drupal/core/modules/views/includes/cache.inc |
Links tables having an 'entity type' specified to the respective generic entity-type tables. |
PoMetadataInterface::setLangcode |
function |
drupal/core/lib/Drupal/Component/Gettext/PoMetadataInterface.php |
Set language code. |
TreeDataUnitTest::assertSameLink |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/TreeDataUnitTest.php |
Check that two menu links are the same by comparing the mlid. |
PoMetadataInterface::getLangcode |
function |
drupal/core/lib/Drupal/Component/Gettext/PoMetadataInterface.php |
Get language code. |
KeyValueDatabaseExpirableFactory |
class |
drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueDatabaseExpirableFactory.php |
Defines the key/value store factory for the database backend. |
DatabaseStorageExpirable::getAll |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/DatabaseStorageExpirable.php |
Implements Drupal\Core\KeyValueStore\KeyValueStoreInterface::getAll(). |
database_test_db_query_temporary |
function |
drupal/core/modules/system/tests/modules/database_test/database_test.module |
Runs db_query_temporary() and outputs the table name and its number of rows. |
TreeOutputTest::testMenuTreeData |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/TreeOutputTest.php |
Validate the generation of a proper menu tree output. |
DatabaseFileUsageBackend::delete |
function |
drupal/core/modules/file/lib/Drupal/file/FileUsage/DatabaseFileUsageBackend.php |
Implements Drupal\file\FileUsage\FileUsageInterface::delete(). |
LoggerDataCollector::__construct |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/LoggerDataCollector.php |
|
LoggerDataCollector::countErrors |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/LoggerDataCollector.php |
Gets the called events. |
SaveDataTest::testExistingRename |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/SaveDataTest.php |
Test file_save_data() when renaming around an existing file. |
DatabaseStorageExpirableTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/DatabaseStorageExpirableTest.php |
Contains Drupal\system\Tests\KeyValueStore\DatabaseStorageExpirableTest. |
RequestDataCollector::getFlashes |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/RequestDataCollector.php |
|
RequestDataCollector::getContent |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/RequestDataCollector.php |
|
AbstractClassMetadataFactory.php |
file |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php |
|
RouterDataCollector::__construct |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/RouterDataCollector.php |
|
SessionInterface::getMetadataBag |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/SessionInterface.php |
Gets session meta. |
RouterDataCollector::getRedirect |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/RouterDataCollector.php |
|
MetadataBagTest::testGetLastUsed |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/MetadataBagTest.php |
|
SessionTest::testDataPersistence |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Session/SessionTest.php |
Test data persistence via the session_test module callbacks. Also tests
drupal_session_count() since session data is already generated here. |
ExceptionDataCollector::getTrace |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/ExceptionDataCollector.php |
Gets the exception trace. |
views_ui_pre_render_flatten_data |
function |
drupal/core/modules/views/views_ui/admin.inc |
Flattens the structure of an element containing the #flatten property. |
StringDatabaseStorage::dbExecute |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Executes an arbitrary SELECT query string. |
install_verify_database_settings |
function |
drupal/core/includes/install.core.inc |
Verifies that settings.php specifies a valid database connection. |
HttpAssetTest::testSourceMetadata |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Asset/HttpAssetTest.php |
|