Search for data

  1. Search 7.x for data
  2. Search 9.5.x for data
  3. Search 8.9.x for data
  4. Search 11.x for data
  5. Other projects
Title Object type File name Summary
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 Modules to install.
MigrateMissingDatabaseTest::$modules property core/modules/migrate/tests/src/Kernel/MigrateMissingDatabaseTest.php Modules to install.
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.
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
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
NullDefaultFormTest::setDatabaseDumpFiles function core/modules/contact/tests/src/Functional/Update/NullDefaultFormTest.php Set database dump files to be used.
PerformanceData class core/tests/Drupal/Tests/PerformanceData.php Value object to store performance information collected from requests.
PerformanceData.php file core/tests/Drupal/Tests/PerformanceData.php
PerformanceData::$cacheDeleteCount property core/tests/Drupal/Tests/PerformanceData.php The number of cache deletes recorded.
PerformanceData::$cacheGetCount property core/tests/Drupal/Tests/PerformanceData.php The number of cache gets recorded.
PerformanceData::$cacheSetCount property core/tests/Drupal/Tests/PerformanceData.php The number of cache sets recorded.
PerformanceData::$cacheTagChecksumCount property core/tests/Drupal/Tests/PerformanceData.php The number of cache tag checksum checks.
PerformanceData::$cacheTagInvalidationCount property core/tests/Drupal/Tests/PerformanceData.php The number of cache tag invalidations.
PerformanceData::$cacheTagIsValidCount property core/tests/Drupal/Tests/PerformanceData.php The number of cache tag validity checks.
PerformanceData::$queries property core/tests/Drupal/Tests/PerformanceData.php The individual database queries recorded.
PerformanceData::$queryCount property core/tests/Drupal/Tests/PerformanceData.php The number of database queries recorded.
PerformanceData::$returnValue property core/tests/Drupal/Tests/PerformanceData.php The original return value.
PerformanceData::$scriptBytes property core/tests/Drupal/Tests/PerformanceData.php The total script bytes requested.
PerformanceData::$scriptCount property core/tests/Drupal/Tests/PerformanceData.php The number of scripts requested.
PerformanceData::$stylesheetBytes property core/tests/Drupal/Tests/PerformanceData.php The total stylesheet bytes requested.
PerformanceData::$stylesheetCount property core/tests/Drupal/Tests/PerformanceData.php The number of stylesheets requested.
PerformanceData::getCacheDeleteCount function core/tests/Drupal/Tests/PerformanceData.php Gets the cache delete count.
PerformanceData::getCacheGetCount function core/tests/Drupal/Tests/PerformanceData.php Gets the cache get count.
PerformanceData::getCacheSetCount function core/tests/Drupal/Tests/PerformanceData.php Gets the cache set count.
PerformanceData::getCacheTagChecksumCount function core/tests/Drupal/Tests/PerformanceData.php Gets the cache tag checksum count.
PerformanceData::getCacheTagInvalidationCount function core/tests/Drupal/Tests/PerformanceData.php Gets the cache tag invalidation count.
PerformanceData::getCacheTagIsValidCount function core/tests/Drupal/Tests/PerformanceData.php Gets the cache tag isValid count.
PerformanceData::getQueries function core/tests/Drupal/Tests/PerformanceData.php Gets the queries.
PerformanceData::getQueryCount function core/tests/Drupal/Tests/PerformanceData.php Gets the query count.
PerformanceData::getReturnValue function core/tests/Drupal/Tests/PerformanceData.php Gets the original return value.
PerformanceData::getScriptBytes function core/tests/Drupal/Tests/PerformanceData.php Gets the script bytes count.
PerformanceData::getScriptCount function core/tests/Drupal/Tests/PerformanceData.php Gets the script request count.
PerformanceData::getStylesheetBytes function core/tests/Drupal/Tests/PerformanceData.php Gets the stylesheet bytes count.
PerformanceData::getStylesheetCount function core/tests/Drupal/Tests/PerformanceData.php Gets the stylesheet request count.
PerformanceData::logQuery function core/tests/Drupal/Tests/PerformanceData.php Logs a database query.
PerformanceData::setCacheDeleteCount function core/tests/Drupal/Tests/PerformanceData.php Sets the cache delete count.
PerformanceData::setCacheGetCount function core/tests/Drupal/Tests/PerformanceData.php Sets the cache get count.
PerformanceData::setCacheSetCount function core/tests/Drupal/Tests/PerformanceData.php Sets the cache set count.
PerformanceData::setCacheTagChecksumCount function core/tests/Drupal/Tests/PerformanceData.php Sets the cache tag checksum count.
PerformanceData::setCacheTagInvalidationCount function core/tests/Drupal/Tests/PerformanceData.php Sets the cache tag invalidation count.
PerformanceData::setCacheTagIsValidCount function core/tests/Drupal/Tests/PerformanceData.php Sets the cache tag isValid count.
PerformanceData::setReturnValue function core/tests/Drupal/Tests/PerformanceData.php Sets the original return value.
PerformanceData::setScriptBytes function core/tests/Drupal/Tests/PerformanceData.php Sets the script bytes.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.