FieldItemTest.php |
file |
core/tests/Drupal/KernelTests/Core/Field/FieldItemTest.php |
|
FieldItemTest::$fieldName |
property |
core/tests/Drupal/KernelTests/Core/Field/FieldItemTest.php |
|
FieldItemTest::assertSavedFieldItemValue |
function |
core/tests/Drupal/KernelTests/Core/Field/FieldItemTest.php |
Checks that the saved field item value matches the expected one. |
FieldItemTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Field/FieldItemTest.php |
|
FieldItemTest::testGetLabel |
function |
core/tests/Drupal/KernelTests/Core/Field/FieldItemTest.php |
Tests \Drupal\Core\Field\TypedData\FieldItemDataDefinition::getLabel(). |
FieldItemTest::testSaveWorkflow |
function |
core/tests/Drupal/KernelTests/Core/Field/FieldItemTest.php |
Tests the field item save workflow. |
FieldItemTestClass |
class |
core/tests/Drupal/Tests/Core/Field/FieldItemListTest.php |
A class extending FieldItemBase for testing purposes. |
FieldItemTestClass::propertyDefinitions |
function |
core/tests/Drupal/Tests/Core/Field/FieldItemListTest.php |
Defines field item properties. |
FieldItemTestClass::schema |
function |
core/tests/Drupal/Tests/Core/Field/FieldItemListTest.php |
Returns the schema for the field. |
FieldItemTestClass::__construct |
function |
core/tests/Drupal/Tests/Core/Field/FieldItemListTest.php |
Constructs a TypedData object given its definition and context. |
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. |
FieldKernelTestBase::setUp |
function |
core/modules/field/tests/src/Kernel/FieldKernelTestBase.php |
Set the default field storage backend for fields created during tests. |
FieldKernelTestBase::_generateTestFieldValues |
function |
core/modules/field/tests/src/Kernel/FieldKernelTestBase.php |
Generate random values for a field_test field. |
FieldLabelDescriptionTranslation |
class |
core/modules/field/src/Plugin/migrate/source/d6/FieldLabelDescriptionTranslation.php |
Drupal 6 i18n field label and description source from database. |
FieldLabelDescriptionTranslation |
class |
core/modules/field/src/Plugin/migrate/source/d7/FieldLabelDescriptionTranslation.php |
Drupal 7 i18n field label and description source from database. |
FieldLabelDescriptionTranslation.php |
file |
core/modules/field/src/Plugin/migrate/source/d6/FieldLabelDescriptionTranslation.php |
|
FieldLabelDescriptionTranslation.php |
file |
core/modules/field/src/Plugin/migrate/source/d7/FieldLabelDescriptionTranslation.php |
|
FieldLabelDescriptionTranslation::fields |
function |
core/modules/field/src/Plugin/migrate/source/d6/FieldLabelDescriptionTranslation.php |
Returns available fields on the source. |
FieldLabelDescriptionTranslation::fields |
function |
core/modules/field/src/Plugin/migrate/source/d7/FieldLabelDescriptionTranslation.php |
Returns available fields on the source. |
FieldLabelDescriptionTranslation::getIds |
function |
core/modules/field/src/Plugin/migrate/source/d6/FieldLabelDescriptionTranslation.php |
Defines the source fields uniquely identifying a source row. |