Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| KernelTestDynamicPageCacheRequestPolicy | class | core/ |
Replaces the dynamic_page_cache module's default request policy. |
| KernelTestDynamicPageCacheRequestPolicy::__construct | function | core/ |
Constructs the default Dynamic Page Cache request policy. |
| KernelTestHooksTest | class | core/ |
Tests that hook implementations in Kernel test classes are executed. |
| KernelTestHooksTest.php | file | core/ |
|
| KernelTestHooksTest::hookTestHook | function | core/ |
Implements hook_test_hook(). |
| KernelTestHooksTest::hookTestHookAlter | function | core/ |
Implements hook_test_hook_alter(). |
| KernelTestHooksTest::hookTestVariantHookAlter | function | core/ |
Implements hook_test_variant_hook_alter(). |
| KernelTestHooksTest::testHookMethodExecution | function | core/ |
Invoke hooks and alter hooks and confirm implementations are executed. |
| KernelTestHttpCacheRequestTest | class | core/ |
Tests making HTTP requests with page cache in a kernel test. |
| KernelTestHttpCacheRequestTest.php | file | core/ |
|
| KernelTestHttpCacheRequestTest::$modules | property | core/ |
Modules to install. |
| KernelTestHttpCacheRequestTest::setUp | function | core/ |
|
| KernelTestHttpCacheRequestTest::testRequestAnonymous | function | core/ |
Tests a request is cached and retrieved. |
| KernelTestHttpDynamicCacheRequestTest | class | core/ |
Tests making HTTP requests with dynamic page cache in a kernel test. |
| KernelTestHttpDynamicCacheRequestTest.php | file | core/ |
|
| KernelTestHttpDynamicCacheRequestTest::$modules | property | core/ |
Modules to install. |
| KernelTestHttpDynamicCacheRequestTest::setUp | function | core/ |
|
| KernelTestHttpDynamicCacheRequestTest::testRequestAuthenticated | function | core/ |
Tests a request is cached and retrieved. |
| KernelTestHttpRequestTest | class | core/ |
Tests making HTTP requests in a kernel test. |
| KernelTestHttpRequestTest.php | file | core/ |
|
| KernelTestHttpRequestTest::$modules | property | core/ |
Modules to install. |
| KernelTestHttpRequestTest::$testMarkup | property | core/ |
Markup used in test controller response. |
| KernelTestHttpRequestTest::exampleRoute | function | core/ |
Example of a route defined in a kernel test. |
| KernelTestHttpRequestTest::testClickLink | function | core/ |
Tests clickLink() functionality. |
| KernelTestHttpRequestTest::testKernelTestRoute | function | core/ |
Test that kernel test classes can provide their own routes. |
| KernelTestHttpRequestTest::testRequest | function | core/ |
Tests making a request. |
| KernelTestPageCacheRequestPolicy | class | core/ |
Replaces the page_cache module's default request policy. |
| KernelTestPageCacheRequestPolicy::__construct | function | core/ |
Constructs the default page cache request policy. |
| 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::deleteRevision | function | core/ |
Deletes a specific entity revision. |
| 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. |
| KeyValueContentEntityStorage::loadRevision | function | core/ |
Loads a specific entity revision. |
| KeyValueContentEntityStorage::loadRevisionUnchanged | function | core/ |
Loads an unchanged entity by revision ID from the database. |
| KeyValueContentEntityStorageTest | class | core/ |
Tests KeyValueEntityStorage for content entities. |
| KeyValueContentEntityStorageTest.php | file | core/ |
|
| KeyValueContentEntityStorageTest::$modules | property | core/ |
Modules to install. |
| 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. |
Pagination
- Previous page
- Page 914
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.