Search for kernel
- Search 7.x for kernel
- Search 9.5.x for kernel
- Search 8.9.x for kernel
- Search 11.x for kernel
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
DrupalKernelTest::testLocale | function | core/ |
Tests system locale. |
DrupalKernelTest::testPreventChangeOfSitePath | function | core/ |
Tests setting of site path after kernel boot. |
DrupalKernelTest::testRepeatedBootWithDifferentEnvironment | function | core/ |
Tests repeated loading of compiled DIC with different environment. |
DrupalKernelTest::testResetContainer | function | core/ |
@covers ::resetContainer[[api-linebreak]] |
DrupalKernelTest::testTrustedHosts | function | core/ |
Tests hostname validation with settings. |
DrupalKernelTest::testUnBootedTerminate | function | core/ |
@covers ::terminate[[api-linebreak]] @runInSeparateProcess |
EnforcedFormResponseSubscriber::onKernelException | function | core/ |
Replaces the response in case an EnforcedResponseException was thrown. |
EnforcedFormResponseSubscriber::onKernelResponse | function | core/ |
Unwraps an enforced response. |
EntityKernelTestBase | class | core/ |
Defines an abstract test base for entity kernel tests. |
EntityKernelTestBase.php | file | core/ |
|
EntityKernelTestBase::$entityTypeManager | property | core/ |
The entity type manager service. |
EntityKernelTestBase::$generatedIds | property | core/ |
A list of generated identifiers. |
EntityKernelTestBase::$modules | property | core/ |
|
EntityKernelTestBase::$state | property | core/ |
The state service. |
EntityKernelTestBase::createUser | function | core/ |
Creates a user. |
EntityKernelTestBase::generateRandomEntityId | function | core/ |
Generates a random ID avoiding collisions. |
EntityKernelTestBase::getHooksInfo | function | core/ |
Returns the entity_test hook invocation info. |
EntityKernelTestBase::installModule | function | core/ |
Installs a module and refreshes services. |
EntityKernelTestBase::refreshServices | function | core/ |
Refresh services. |
EntityKernelTestBase::reloadEntity | function | core/ |
Reloads the given entity from the storage and returns it. |
EntityKernelTestBase::setUp | function | core/ |
|
EntityKernelTestBase::uninstallModule | function | core/ |
Uninstalls a module and refreshes services. |
EntityKernelTestBaseTest | class | core/ |
@covers \Drupal\KernelTests\Core\Entity\EntityKernelTestBase[[api-linebreak]] |
EntityKernelTestBaseTest.php | file | core/ |
|
EntityKernelTestBaseTest::setUp | function | core/ |
|
EntityKernelTestBaseTest::testSetUpCurrentUser | function | core/ |
Tests that the current user is set up correctly. |
FieldKernelTest | class | core/ |
Tests the generic field handler. |
FieldKernelTest.php | file | core/ |
|
FieldKernelTest::$columnMap | property | core/ |
Map column names. |
FieldKernelTest::$modules | property | core/ |
Modules to install. |
FieldKernelTest::$testViews | property | core/ |
Views used by this test. |
FieldKernelTest::assertNotSubString | function | core/ |
Asserts that a string is not part of another string. |
FieldKernelTest::assertSubString | function | core/ |
Asserts that a string is part of another string. |
FieldKernelTest::testArgumentTokens | function | core/ |
Tests the arguments tokens on field level. |
FieldKernelTest::testClickSortable | function | core/ |
Tests whether the filters are click sortable as expected. |
FieldKernelTest::testEmpty | function | core/ |
Tests everything related to empty output of a field. |
FieldKernelTest::testExclude | function | core/ |
Tests the exclude setting. |
FieldKernelTest::testFieldTokens | function | core/ |
Tests the field tokens, row level and field level. |
FieldKernelTest::testIsValueEmpty | function | core/ |
Tests views_handler_field::isValueEmpty(). |
FieldKernelTest::testQuery | function | core/ |
Tests all things related to the query. |
FieldKernelTest::testRender | function | core/ |
Tests that the render function is called. |
FieldKernelTest::testRewrite | function | core/ |
Tests general rewriting of the output. |
FieldKernelTest::testRewriteHtmlWithTokens | function | core/ |
Tests rewriting of the output with HTML. |
FieldKernelTest::testRewriteHtmlWithTokensAndAggregation | function | core/ |
Tests rewriting of the output with HTML and aggregation. |
FieldKernelTest::testTrimText | function | core/ |
Tests the trimText method. |
FieldKernelTest::viewsData | function | core/ |
Returns the views data definition. |
FieldKernelTest::_testEmptyText | function | core/ |
Tests the usage of the empty text. |
FieldKernelTest::_testHideIfEmpty | function | core/ |
Tests the hide if empty functionality. |
FieldKernelTestBase | class | core/ |
Parent class for Field API unit tests. |
FieldKernelTestBase.php | file | core/ |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.