Search for kernel
- Search 7.x for kernel
- Search 8.9.x for kernel
- Search 10.3.x for kernel
- Search 11.x for kernel
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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/ |
Modules to enable. |
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/ |
|
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/ |
|
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/ |
|
FieldKernelTestBase::$entityId | property | core/ |
|
FieldKernelTestBase::$fieldTestData | property | core/ |
Bag of created field storages and fields. |
FieldKernelTestBase::$modules | property | core/ |
Modules to enable. |
FieldKernelTestBase::assertFieldValues | function | core/ |
Assert that a field has the expected values in an entity. |
FieldKernelTestBase::createFieldWithStorage | function | core/ |
Create a field and an associated field storage. |
FieldKernelTestBase::entitySaveReload | function | core/ |
Saves and reloads an entity. |
FieldKernelTestBase::entityValidateAndSave | function | core/ |
Validate and save entity. Fail if violations are found. |
FieldKernelTestBase::setUp | function | core/ |
Set the default field storage backend for fields created during tests. |
FieldKernelTestBase::_generateTestFieldValues | function | core/ |
Generate random values for a field_test field. |
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.