Search for kernel

  1. Search 7.x for kernel
  2. Search 9.5.x for kernel
  3. Search 8.9.x for kernel
  4. Search 10.3.x for kernel
  5. Other projects
Title Object type File name Summary
DrupalKernelTest::testUnBootedTerminate function core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTest.php Tests un booted terminate.
Drupal\mailer_transport_factory_kernel_test\Transport\CanaryTransportFactory service core/modules/mailer/tests/modules/mailer_transport_factory_kernel_test/mailer_transport_factory_kernel_test.services.yml
EnforcedFormResponseSubscriber::onKernelException function core/lib/Drupal/Core/EventSubscriber/EnforcedFormResponseSubscriber.php Replaces the response in case an EnforcedResponseException was thrown.
EnforcedFormResponseSubscriber::onKernelResponse function core/lib/Drupal/Core/EventSubscriber/EnforcedFormResponseSubscriber.php Unwraps an enforced response.
EntityKernelTestBase class core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBase.php Defines an abstract test base for entity kernel tests.
EntityKernelTestBase.php file core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBase.php
EntityKernelTestBase::$entityTypeManager property core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBase.php The entity type manager service.
EntityKernelTestBase::$modules property core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBase.php Modules to install.
EntityKernelTestBase::$state property core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBase.php The state service.
EntityKernelTestBase::createUser function core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBase.php Creates a user.
EntityKernelTestBase::getHooksInfo function core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBase.php Returns the entity_test hook invocation info.
EntityKernelTestBase::installModule function core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBase.php Installs a module and refreshes services.
EntityKernelTestBase::refreshServices function core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBase.php Refresh services.
EntityKernelTestBase::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBase.php
EntityKernelTestBase::uninstallModule function core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBase.php Uninstalls a module and refreshes services.
EntityKernelTestBaseTest class core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBaseTest.php Tests Entity Kernel Test Base.
EntityKernelTestBaseTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBaseTest.php
EntityKernelTestBaseTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBaseTest.php
EntityKernelTestBaseTest::testSetUpCurrentUser function core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBaseTest.php Tests that the current user is set up correctly.
FieldKernelTest class core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests the generic field handler.
FieldKernelTest.php file core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php
FieldKernelTest::$columnMap property core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Map column names.
FieldKernelTest::$modules property core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Modules to install.
FieldKernelTest::$testViews property core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Views used by this test.
FieldKernelTest::assertNotSubString function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Asserts that a string is not part of another string.
FieldKernelTest::assertSubString function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Asserts that a string is part of another string.
FieldKernelTest::testArgumentTokens function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests the arguments tokens on field level.
FieldKernelTest::testClickSortable function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests whether the filters are click sortable as expected.
FieldKernelTest::testEmpty function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests everything related to empty output of a field.
FieldKernelTest::testExclude function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests the exclude setting.
FieldKernelTest::testFieldTokens function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests the field tokens, row level and field level.
FieldKernelTest::testIsValueEmpty function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests views_handler_field::isValueEmpty().
FieldKernelTest::testQuery function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests all things related to the query.
FieldKernelTest::testRender function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests that the render function is called.
FieldKernelTest::testRewrite function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests general rewriting of the output.
FieldKernelTest::testRewriteHtmlWithTokens function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests rewriting of the output with HTML.
FieldKernelTest::testRewriteHtmlWithTokensAndAggregation function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests rewriting of the output with HTML and aggregation.
FieldKernelTest::testTrimText function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests the trimText method.
FieldKernelTest::viewsData function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Returns the views data definition.
FieldKernelTest::_testEmptyText function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests the usage of the empty text.
FieldKernelTest::_testHideIfEmpty function core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php Tests the hide if empty functionality.
FieldKernelTestBase class core/modules/field/tests/src/Kernel/FieldKernelTestBase.php Parent class for Field API unit tests.
FieldKernelTestBase.php file core/modules/field/tests/src/Kernel/FieldKernelTestBase.php
FieldKernelTestBase::$entityId property core/modules/field/tests/src/Kernel/FieldKernelTestBase.php
FieldKernelTestBase::$fieldTestData property core/modules/field/tests/src/Kernel/FieldKernelTestBase.php Bag of created field storages and fields.
FieldKernelTestBase::$modules property core/modules/field/tests/src/Kernel/FieldKernelTestBase.php Modules to install.
FieldKernelTestBase::assertFieldValues function core/modules/field/tests/src/Kernel/FieldKernelTestBase.php Assert that a field has the expected values in an entity.
FieldKernelTestBase::createFieldWithStorage function core/modules/field/tests/src/Kernel/FieldKernelTestBase.php Create a field and an associated field storage.
FieldKernelTestBase::entitySaveReload function core/modules/field/tests/src/Kernel/FieldKernelTestBase.php Saves and reloads an entity.
FieldKernelTestBase::entityValidateAndSave function core/modules/field/tests/src/Kernel/FieldKernelTestBase.php Validate and save entity. Fail if violations are found.

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