| FieldDataCountTest::testEntityCountAndHasData |
function |
core/modules/field/tests/src/Kernel/FieldDataCountTest.php |
Tests entityCount() and hadData() methods. |
| FieldDateTest |
class |
core/modules/views/tests/src/Kernel/Handler/FieldDateTest.php |
Tests the core Drupal\views\Plugin\views\field\Date handler. |
| FieldDateTest.php |
file |
core/modules/views/tests/src/Kernel/Handler/FieldDateTest.php |
|
| FieldDateTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Handler/FieldDateTest.php |
Views used by this test. |
| FieldDateTest::assertRenderedDatesEqual |
function |
core/modules/views/tests/src/Kernel/Handler/FieldDateTest.php |
Asserts properly formatted display against 'created' field in view. |
| FieldDateTest::assertRenderedFutureDatesEqual |
function |
core/modules/views/tests/src/Kernel/Handler/FieldDateTest.php |
Asserts properly formatted display against 'destroyed' field in view. |
| FieldDateTest::dataSet |
function |
core/modules/views/tests/src/Kernel/Handler/FieldDateTest.php |
Returns a very simple test dataset. |
| FieldDateTest::schemaDefinition |
function |
core/modules/views/tests/src/Kernel/Handler/FieldDateTest.php |
Returns the schema definition. |
| FieldDateTest::testFieldDate |
function |
core/modules/views/tests/src/Kernel/Handler/FieldDateTest.php |
Sets up functional test of the views date field. |
| FieldDateTest::viewsData |
function |
core/modules/views/tests/src/Kernel/Handler/FieldDateTest.php |
Returns the views data definition. |
| FieldDefaultValueCallbackTest |
class |
core/modules/field/tests/src/Functional/FieldDefaultValueCallbackTest.php |
Tests the default value callback. |
| FieldDefaultValueCallbackTest.php |
file |
core/modules/field/tests/src/Functional/FieldDefaultValueCallbackTest.php |
|
| FieldDefaultValueCallbackTest::$defaultTheme |
property |
core/modules/field/tests/src/Functional/FieldDefaultValueCallbackTest.php |
The theme to install as the default for testing. |
| FieldDefaultValueCallbackTest::$fieldName |
property |
core/modules/field/tests/src/Functional/FieldDefaultValueCallbackTest.php |
The field name. |
| FieldDefaultValueCallbackTest::$modules |
property |
core/modules/field/tests/src/Functional/FieldDefaultValueCallbackTest.php |
Modules to install. |
| FieldDefaultValueCallbackTest::setUp |
function |
core/modules/field/tests/src/Functional/FieldDefaultValueCallbackTest.php |
|
| FieldDefaultValueCallbackTest::testDefaultValueCallbackForm |
function |
core/modules/field/tests/src/Functional/FieldDefaultValueCallbackTest.php |
Tests the default value callback functionality for fields. |
| FieldDefinitionIntegrityTest |
class |
core/modules/field/tests/src/Kernel/FieldDefinitionIntegrityTest.php |
Tests the integrity of field API plugin definitions. |
| FieldDefinitionIntegrityTest.php |
file |
core/modules/field/tests/src/Kernel/FieldDefinitionIntegrityTest.php |
|
| FieldDefinitionIntegrityTest::$modules |
property |
core/modules/field/tests/src/Kernel/FieldDefinitionIntegrityTest.php |
|
| FieldDefinitionIntegrityTest::checkDisplayOption |
function |
core/modules/field/tests/src/Kernel/FieldDefinitionIntegrityTest.php |
Helper method that tries to load plugin definitions. |
| FieldDefinitionIntegrityTest::modulesWithSubdirectory |
function |
core/modules/field/tests/src/Kernel/FieldDefinitionIntegrityTest.php |
Find modules with a specified subdirectory. |
| FieldDefinitionIntegrityTest::testFieldPluginDefinitionAvailability |
function |
core/modules/field/tests/src/Kernel/FieldDefinitionIntegrityTest.php |
Tests to load field plugin definitions used in core's existing entities. |
| FieldDefinitionIntegrityTest::testFieldPluginDefinitionIntegrity |
function |
core/modules/field/tests/src/Kernel/FieldDefinitionIntegrityTest.php |
Tests the integrity of field plugin definitions. |
| FieldDefinitionListenerTest |
class |
core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php |
Tests Drupal\Core\Field\FieldDefinitionListener. |
| FieldDefinitionListenerTest.php |
file |
core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php |
|
| FieldDefinitionListenerTest::$cacheBackend |
property |
core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php |
The cache backend. |
| FieldDefinitionListenerTest::$entityFieldManager |
property |
core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php |
The entity field manager. |
| FieldDefinitionListenerTest::$entityTypeManager |
property |
core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php |
The entity type manager. |
| FieldDefinitionListenerTest::$fieldDefinitionListener |
property |
core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php |
The field definition listener under test. |
| FieldDefinitionListenerTest::$keyValueFactory |
property |
core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php |
The key-value factory. |
| FieldDefinitionListenerTest::setUp |
function |
core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php |
|
| FieldDefinitionListenerTest::setUpEntityTypeManager |
function |
core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php |
Sets up the entity type manager to be tested. |
| FieldDefinitionListenerTest::testOnFieldDefinitionCreateExistingField |
function |
core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php |
Tests on field definition create existing field. |
| FieldDefinitionListenerTest::testOnFieldDefinitionCreateNewField |
function |
core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php |
Tests on field definition create new field. |
| FieldDefinitionListenerTest::testOnFieldDefinitionDeleteMultipleBundles |
function |
core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php |
Tests on field definition delete multiple bundles. |
| FieldDefinitionListenerTest::testOnFieldDefinitionDeleteSingleBundles |
function |
core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php |
Tests on field definition delete single bundles. |
| FieldDefinitionListenerTest::testOnFieldDefinitionUpdate |
function |
core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php |
Tests on field definition update. |
| FieldDefinitionTest |
class |
core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php |
Unit test for the FieldDefinition class. |
| FieldDefinitionTest.php |
file |
core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php |
|
| FieldDefinitionTest::$fieldType |
property |
core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php |
A dummy field type name. |
| FieldDefinitionTest::$fieldTypeDefinition |
property |
core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php |
A dummy field type definition. |
| FieldDefinitionTest::$storageDefinition |
property |
core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php |
The test field storage definition. |
| FieldDefinitionTest::$storageSupportsTranslation |
property |
core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php |
A flag for setting if the field storage supports translation. |
| FieldDefinitionTest::factoryTypeProvider |
function |
core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php |
A data provider for all the types of factories that can create definitions. |
| FieldDefinitionTest::initializeFieldUsingFactory |
function |
core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php |
Creates a bundle field using a specified factory. |
| FieldDefinitionTest::mockDefaultValueCallback |
function |
core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php |
Provides a Mock base field default value callback. |
| FieldDefinitionTest::setUp |
function |
core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php |
|
| FieldDefinitionTest::testBundle |
function |
core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php |
Tests bundle. |
| FieldDefinitionTest::testDefaultFieldSettings |
function |
core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php |
Tests default field settings. |