Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
KernelTestBaseTest::testRegister function core/tests/Drupal/KernelTests/KernelTestBaseTest.php Tests register.
KernelTestBaseTest::testRender function core/tests/Drupal/KernelTests/KernelTestBaseTest.php Tests render.
KernelTestBaseTest::testRenderWithTheme function core/tests/Drupal/KernelTests/KernelTestBaseTest.php Tests render with theme.
KernelTestBaseTest::testSessionOnRequest function core/tests/Drupal/KernelTests/KernelTestBaseTest.php Tests that a usable session is on the request.
KernelTestBaseTest::testSetUp function core/tests/Drupal/KernelTests/KernelTestBaseTest.php Tests set up.
KernelTestBaseTest::testSetUp function core/modules/pgsql/tests/src/Kernel/pgsql/KernelTestBaseTest.php Tests set up.
KernelTestBaseTest::testSetUpBeforeClass function core/tests/Drupal/KernelTests/KernelTestBaseTest.php Tests set up before class.
KernelTestBaseTest::testSetUpDoesNotLeak function core/tests/Drupal/KernelTests/KernelTestBaseTest.php Tests set up does not leak.
KernelTestBaseTest::testSubsequentContainerIsolation function core/tests/Drupal/KernelTests/KernelTestBaseTest.php Tests whether the fixture can re-install modules and configuration.
KernelTestBaseTest::testTearDown function core/tests/Drupal/KernelTests/KernelTestBaseTest.php Tests that ::tearDown() does not perform assertions.
KernelTestBaseTest::testVarDump function core/tests/Drupal/KernelTests/KernelTestBaseTest.php Tests the dump() function provided by the var-dumper Symfony component.
KernelTestCompilerPass class core/tests/Drupal/KernelTests/KernelTestCompilerPass.php Adds hooks from kernel test to event dispatcher and module handler.
KernelTestCompilerPass.php file core/tests/Drupal/KernelTests/KernelTestCompilerPass.php
KernelTestCompilerPass::process function core/tests/Drupal/KernelTests/KernelTestCompilerPass.php
KernelTestCompilerPass::__construct function core/tests/Drupal/KernelTests/KernelTestCompilerPass.php Constructs a KernelTestCompilerPass object.
KernelTestDynamicPageCacheRequestPolicy class core/tests/Drupal/Tests/Traits/Core/Cache/PageCachePolicyTrait.php Replaces the dynamic_page_cache module's default request policy.
KernelTestDynamicPageCacheRequestPolicy::__construct function core/tests/Drupal/Tests/Traits/Core/Cache/PageCachePolicyTrait.php Constructs the default Dynamic Page Cache request policy.
KernelTestHooksTest class core/tests/Drupal/KernelTests/Core/Hook/KernelTestHooksTest.php Tests that hook implementations in Kernel test classes are executed.
KernelTestHooksTest.php file core/tests/Drupal/KernelTests/Core/Hook/KernelTestHooksTest.php
KernelTestHooksTest::hookTestHook function core/tests/Drupal/KernelTests/Core/Hook/KernelTestHooksTest.php Implements hook_test_hook().
KernelTestHooksTest::hookTestHookAlter function core/tests/Drupal/KernelTests/Core/Hook/KernelTestHooksTest.php Implements hook_test_hook_alter().
KernelTestHooksTest::hookTestVariantHookAlter function core/tests/Drupal/KernelTests/Core/Hook/KernelTestHooksTest.php Implements hook_test_variant_hook_alter().
KernelTestHooksTest::testHookMethodExecution function core/tests/Drupal/KernelTests/Core/Hook/KernelTestHooksTest.php Invoke hooks and alter hooks and confirm implementations are executed.
KernelTestHttpCacheRequestTest class core/tests/Drupal/KernelTests/KernelTestHttpCacheRequestTest.php Tests making HTTP requests with page cache in a kernel test.
KernelTestHttpCacheRequestTest.php file core/tests/Drupal/KernelTests/KernelTestHttpCacheRequestTest.php
KernelTestHttpCacheRequestTest::$modules property core/tests/Drupal/KernelTests/KernelTestHttpCacheRequestTest.php Modules to install.
KernelTestHttpCacheRequestTest::setUp function core/tests/Drupal/KernelTests/KernelTestHttpCacheRequestTest.php
KernelTestHttpCacheRequestTest::testRequestAnonymous function core/tests/Drupal/KernelTests/KernelTestHttpCacheRequestTest.php Tests a request is cached and retrieved.
KernelTestHttpDynamicCacheRequestTest class core/tests/Drupal/KernelTests/KernelTestHttpDynamicCacheRequestTest.php Tests making HTTP requests with dynamic page cache in a kernel test.
KernelTestHttpDynamicCacheRequestTest.php file core/tests/Drupal/KernelTests/KernelTestHttpDynamicCacheRequestTest.php
KernelTestHttpDynamicCacheRequestTest::$modules property core/tests/Drupal/KernelTests/KernelTestHttpDynamicCacheRequestTest.php Modules to install.
KernelTestHttpDynamicCacheRequestTest::setUp function core/tests/Drupal/KernelTests/KernelTestHttpDynamicCacheRequestTest.php
KernelTestHttpDynamicCacheRequestTest::testRequestAuthenticated function core/tests/Drupal/KernelTests/KernelTestHttpDynamicCacheRequestTest.php Tests a request is cached and retrieved.
KernelTestHttpRequestTest class core/tests/Drupal/KernelTests/KernelTestHttpRequestTest.php Tests making HTTP requests in a kernel test.
KernelTestHttpRequestTest.php file core/tests/Drupal/KernelTests/KernelTestHttpRequestTest.php
KernelTestHttpRequestTest::$modules property core/tests/Drupal/KernelTests/KernelTestHttpRequestTest.php Modules to install.
KernelTestHttpRequestTest::setUp function core/tests/Drupal/KernelTests/KernelTestHttpRequestTest.php
KernelTestHttpRequestTest::testClickLink function core/tests/Drupal/KernelTests/KernelTestHttpRequestTest.php Tests clickLink() functionality.
KernelTestHttpRequestTest::testRequest function core/tests/Drupal/KernelTests/KernelTestHttpRequestTest.php Tests making a request.
KernelTestPageCacheRequestPolicy class core/tests/Drupal/Tests/Traits/Core/Cache/PageCachePolicyTrait.php Replaces the page_cache module's default request policy.
KernelTestPageCacheRequestPolicy::__construct function core/tests/Drupal/Tests/Traits/Core/Cache/PageCachePolicyTrait.php Constructs the default page cache request policy.
keyvalue service core/core.services.yml Drupal\Core\KeyValueStore\KeyValueFactory
keyvalue.database service core/core.services.yml Drupal\Core\KeyValueStore\KeyValueDatabaseFactory
keyvalue.expirable service core/core.services.yml Drupal\Core\KeyValueStore\KeyValueExpirableFactory
keyvalue.expirable.database service core/core.services.yml Drupal\Core\KeyValueStore\KeyValueDatabaseExpirableFactory
KeyValueContentEntityStorage class core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php Provides a key value backend for content entities.
KeyValueContentEntityStorage.php file core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php
KeyValueContentEntityStorage::createRevision function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php Creates a new revision starting off from the specified entity object.
KeyValueContentEntityStorage::createTranslation function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php Constructs a new entity translation object, without permanently saving it.
KeyValueContentEntityStorage::createWithSampleValues function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php Creates an entity with sample field values.

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