Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 10.3.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| KernelTestBaseTest::testEnableModulesLoad | function | core/ |
Tests expected load behavior of enableModules(). |
| KernelTestBaseTest::testEnableModulesTheme | function | core/ |
Tests that ThemeManager works right after loading a module. |
| KernelTestBaseTest::testGetDatabaseConnectionInfoWithOutManualSetDbUrl | function | core/ |
@covers ::getDatabaseConnectionInfo[[api-linebreak]] |
| KernelTestBaseTest::testInstallConfig | function | core/ |
Tests expected behavior of installConfig(). |
| KernelTestBaseTest::testInstallEntitySchema | function | core/ |
Tests expected behavior of installEntitySchema(). |
| KernelTestBaseTest::testInstallSchema | function | core/ |
Tests expected behavior of installSchema(). |
| KernelTestBaseTest::testLocalTimeZone | function | core/ |
Tests the assumption that local time is in 'Australia/Sydney'. |
| KernelTestBaseTest::testMethodRequiresModule | function | core/ |
Tests that a test method is skipped when it requires a module not present. |
| KernelTestBaseTest::testNoThemeByDefault | function | core/ |
Tests that there is no theme by default. |
| KernelTestBaseTest::testOutboundHttpRequest | function | core/ |
Tests that an outbound HTTP request can be performed inside of a test. |
| KernelTestBaseTest::testProfileModules | function | core/ |
Ensures KernelTestBase tests can access modules in profiles. |
| KernelTestBaseTest::testRegister | function | core/ |
@covers ::register[[api-linebreak]] |
| KernelTestBaseTest::testRender | function | core/ |
@covers ::render[[api-linebreak]] |
| KernelTestBaseTest::testRenderWithTheme | function | core/ |
@covers ::render[[api-linebreak]] |
| KernelTestBaseTest::testRequiresModule | function | core/ |
Tests that a test case is skipped when it requires a module not present. |
| KernelTestBaseTest::testSetUp | function | core/ |
@covers ::setUp[[api-linebreak]] |
| KernelTestBaseTest::testSetUp | function | core/ |
Tests expected behavior of setUp(). |
| KernelTestBaseTest::testSetUpBeforeClass | function | core/ |
@covers ::setUpBeforeClass[[api-linebreak]] |
| KernelTestBaseTest::testSetUpDoesNotLeak | function | core/ |
@covers ::setUp[[api-linebreak]] @depends testSetUp |
| KernelTestBaseTest::testSubsequentContainerIsolation | function | core/ |
Tests whether the fixture can re-install modules and configuration. |
| KernelTestSuite | class | core/ |
Discovers tests for the kernel test suite. |
| KernelTestSuite.php | file | core/ |
|
| KernelTestSuite::suite | function | core/ |
Factory method which loads up a suite with all kernel tests. |
| kernel_destruct_subscriber | service | core/ |
Drupal\Core\EventSubscriber\KernelDestructionSubscriber |
| keyvalue | service | core/ |
Drupal\Core\KeyValueStore\KeyValueFactory |
| keyvalue.database | service | core/ |
Drupal\Core\KeyValueStore\KeyValueDatabaseFactory |
| keyvalue.expirable | service | core/ |
Drupal\Core\KeyValueStore\KeyValueExpirableFactory |
| keyvalue.expirable.database | service | core/ |
Drupal\Core\KeyValueStore\KeyValueDatabaseExpirableFactory |
| KeyValueContentEntityStorage | class | core/ |
Provides a key value backend for content entities. |
| KeyValueContentEntityStorage.php | file | core/ |
|
| KeyValueContentEntityStorage::createRevision | function | core/ |
Creates a new revision starting off from the specified entity object. |
| KeyValueContentEntityStorage::createTranslation | function | core/ |
Constructs a new entity translation object, without permanently saving it. |
| KeyValueContentEntityStorage::createWithSampleValues | function | core/ |
Creates an entity with sample field values. |
| KeyValueContentEntityStorage::getLatestRevisionId | function | core/ |
Returns the latest revision identifier for an entity. |
| KeyValueContentEntityStorage::getLatestTranslationAffectedRevisionId | function | core/ |
Returns the latest revision affecting the specified translation. |
| KeyValueContentEntityStorage::hasStoredTranslations | function | core/ |
|
| KeyValueContentEntityStorage::loadMultipleRevisions | function | core/ |
Loads multiple entity revisions. |
| KeyValueContentEntityStorageTest | class | core/ |
Tests KeyValueEntityStorage for content entities. |
| KeyValueContentEntityStorageTest.php | file | core/ |
|
| KeyValueContentEntityStorageTest::$modules | property | core/ |
Modules to enable. |
| KeyValueContentEntityStorageTest::setUp | function | core/ |
|
| KeyValueContentEntityStorageTest::testCRUD | function | core/ |
Tests CRUD operations. |
| KeyValueContentEntityStorageTest::testUninstall | function | core/ |
Tests uninstallation of a module that does not use the SQL entity storage. |
| KeyValueDatabaseExpirableFactory | class | core/ |
Defines the key/value store factory for the database backend. |
| KeyValueDatabaseExpirableFactory.php | file | core/ |
|
| KeyValueDatabaseExpirableFactory::$connection | property | core/ |
The database connection. |
| KeyValueDatabaseExpirableFactory::$serializer | property | core/ |
The serialization class to use. |
| KeyValueDatabaseExpirableFactory::$storages | property | core/ |
Holds references to each instantiation so they can be terminated. |
| KeyValueDatabaseExpirableFactory::garbageCollection | function | core/ |
Deletes expired items. |
| KeyValueDatabaseExpirableFactory::get | function | core/ |
Constructs a new expirable key/value store for a given collection name. |
Pagination
- Previous page
- Page 813
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.