| 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 |
|
| 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 |
|
| 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. |
| FieldLanguageTest |
class |
core/modules/language/tests/src/Kernel/Views/FieldLanguageTest.php |
Tests the field language handler. |
| FieldLanguageTest.php |
file |
core/modules/language/tests/src/Kernel/Views/FieldLanguageTest.php |
|
| FieldLanguageTest::$testViews |
property |
core/modules/language/tests/src/Kernel/Views/FieldLanguageTest.php |
Views used by this test. |
| FieldLanguageTest::testField |
function |
core/modules/language/tests/src/Kernel/Views/FieldLanguageTest.php |
Tests the language field. |
| FieldLinkTest |
class |
core/modules/link/tests/src/Unit/Plugin/migrate/process/FieldLinkTest.php |
Tests the link field migrate process plugin. |
| FieldLinkTest.php |
file |
core/modules/link/tests/src/Unit/Plugin/migrate/process/FieldLinkTest.php |
|
| FieldLinkTest::canonicalizeUriDataProvider |
function |
core/modules/link/tests/src/Unit/Plugin/migrate/process/FieldLinkTest.php |
Data provider for testCanonicalizeUri. |
| FieldLinkTest::testCanonicalizeUri |
function |
core/modules/link/tests/src/Unit/Plugin/migrate/process/FieldLinkTest.php |
Tests the URL transformations in the FieldLink process plugin. |
| FieldLinkTest::testCanonicalizeUriSerialized |
function |
core/modules/link/tests/src/Unit/Plugin/migrate/process/FieldLinkTest.php |
Tests the attributes that are deeply serialized are discarded. |
| FieldMissingTypeTest |
class |
core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php |
Tests the exception when missing a field type. |
| FieldMissingTypeTest.php |
file |
core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php |
|
| FieldMissingTypeTest::$fieldName |
property |
core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php |
The field name. |
| FieldMissingTypeTest::$strictConfigSchema |
property |
core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php |
Set to FALSE because we are hacking a field storage to use a fake type. |
| FieldMissingTypeTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php |
|
| FieldMissingTypeTest::testFieldMissingType |
function |
core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php |
Tests the exception thrown when missing a field type in fields. |
| FieldMissingTypeTest::testFieldStorageMissingType |
function |
core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php |
Tests the exception thrown when missing a field type in field storages. |
| FieldNumericTest |
class |
core/modules/views/tests/src/Kernel/Handler/FieldNumericTest.php |
Tests the core Drupal\views\Plugin\views\field\Numeric handler. |
| FieldNumericTest.php |
file |
core/modules/views/tests/src/Kernel/Handler/FieldNumericTest.php |
|
| FieldNumericTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Handler/FieldNumericTest.php |
Views used by this test. |
| FieldNumericTest::providerTestFieldNumeric |
function |
core/modules/views/tests/src/Kernel/Handler/FieldNumericTest.php |
Data provider for testFieldNumeric. |
| FieldNumericTest::testFieldNumeric |
function |
core/modules/views/tests/src/Kernel/Handler/FieldNumericTest.php |
Tests the Numeric handler with different settings. |
| FieldOptionTranslationTest |
class |
core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldOptionTranslationTest.php |
Tests the field option translation source plugin. |
| FieldOptionTranslationTest |
class |
core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldOptionTranslationTest.php |
Tests the field option translation source plugin. |
| FieldOptionTranslationTest.php |
file |
core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldOptionTranslationTest.php |
|
| FieldOptionTranslationTest.php |
file |
core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldOptionTranslationTest.php |
|
| FieldOptionTranslationTest::$modules |
property |
core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldOptionTranslationTest.php |
Modules to install. |
| FieldOptionTranslationTest::$modules |
property |
core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldOptionTranslationTest.php |
Modules to install. |
| FieldOptionTranslationTest::providerSource |
function |
core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldOptionTranslationTest.php |
Provides source data for ::testSource. |
| FieldOptionTranslationTest::providerSource |
function |
core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldOptionTranslationTest.php |
Provides source data for ::testSource. |
| FieldOrLanguageJoinTest |
class |
core/modules/views/tests/src/Kernel/Plugin/FieldOrLanguageJoinTest.php |
Tests the "field OR language" join plugin. |
| FieldOrLanguageJoinTest.php |
file |
core/modules/views/tests/src/Kernel/Plugin/FieldOrLanguageJoinTest.php |
|
| FieldOrLanguageJoinTest::$manager |
property |
core/modules/views/tests/src/Kernel/Plugin/FieldOrLanguageJoinTest.php |
A plugin manager which handlers the instances of joins. |
| FieldOrLanguageJoinTest::$pluginId |
property |
core/modules/views/tests/src/Kernel/Plugin/FieldOrLanguageJoinTest.php |
|