| FieldTranslationSqlStorageTest::testFieldSqlStorage |
function |
core/tests/Drupal/KernelTests/Core/Entity/FieldTranslationSqlStorageTest.php |
Tests field SQL storage. |
| FieldTypeCategoriesIntegrationTest |
class |
core/modules/field_ui/tests/src/Functional/FieldTypeCategoriesIntegrationTest.php |
Tests field UI integration with field type categories for loading libraries. |
| FieldTypeCategoriesIntegrationTest.php |
file |
core/modules/field_ui/tests/src/Functional/FieldTypeCategoriesIntegrationTest.php |
|
| FieldTypeCategoriesIntegrationTest::$defaultTheme |
property |
core/modules/field_ui/tests/src/Functional/FieldTypeCategoriesIntegrationTest.php |
The theme to install as the default for testing. |
| FieldTypeCategoriesIntegrationTest::$modules |
property |
core/modules/field_ui/tests/src/Functional/FieldTypeCategoriesIntegrationTest.php |
Modules to install. |
| FieldTypeCategoriesIntegrationTest::setUp |
function |
core/modules/field_ui/tests/src/Functional/FieldTypeCategoriesIntegrationTest.php |
|
| FieldTypeCategoriesIntegrationTest::testLibrariesLoaded |
function |
core/modules/field_ui/tests/src/Functional/FieldTypeCategoriesIntegrationTest.php |
Tests if the libraries are loaded on FieldStorageAddForm. |
| FieldTypeCategoryDiscoveryTest |
class |
core/modules/field/tests/src/Kernel/FieldTypeCategoryDiscoveryTest.php |
Tests discovery of field type categories provided by modules. |
| FieldTypeCategoryDiscoveryTest.php |
file |
core/modules/field/tests/src/Kernel/FieldTypeCategoryDiscoveryTest.php |
|
| FieldTypeCategoryDiscoveryTest::$modules |
property |
core/modules/field/tests/src/Kernel/FieldTypeCategoryDiscoveryTest.php |
Modules to install. |
| FieldTypeCategoryDiscoveryTest::testFieldTypeCategories |
function |
core/modules/field/tests/src/Kernel/FieldTypeCategoryDiscoveryTest.php |
Tests custom field type categories created by modules. |
| FieldTypeDefaultsTest |
class |
core/modules/field/tests/src/Unit/Plugin/migrate/process/d6/FieldTypeDefaultsTest.php |
Tests D6 fields defaults. |
| FieldTypeDefaultsTest |
class |
core/modules/field/tests/src/Unit/Plugin/migrate/process/d7/FieldTypeDefaultsTest.php |
Tests D7 field formatter defaults. |
| FieldTypeDefaultsTest.php |
file |
core/modules/field/tests/src/Unit/Plugin/migrate/process/d6/FieldTypeDefaultsTest.php |
|
| FieldTypeDefaultsTest.php |
file |
core/modules/field/tests/src/Unit/Plugin/migrate/process/d7/FieldTypeDefaultsTest.php |
|
| FieldTypeDefaultsTest::setUp |
function |
core/modules/field/tests/src/Unit/Plugin/migrate/process/d6/FieldTypeDefaultsTest.php |
|
| FieldTypeDefaultsTest::setUp |
function |
core/modules/field/tests/src/Unit/Plugin/migrate/process/d7/FieldTypeDefaultsTest.php |
|
| FieldTypeDefaultsTest::testDefaults |
function |
core/modules/field/tests/src/Unit/Plugin/migrate/process/d6/FieldTypeDefaultsTest.php |
Tests various default cases. |
| FieldTypeDefaultsTest::testDefaults |
function |
core/modules/field/tests/src/Unit/Plugin/migrate/process/d7/FieldTypeDefaultsTest.php |
Tests various default cases. |
| FieldTypeDefaultsTest::testDefaultsException |
function |
core/modules/field/tests/src/Unit/Plugin/migrate/process/d6/FieldTypeDefaultsTest.php |
Tests an exception is thrown when the input is not a date field. |
| FieldTypePluginManagerTest |
class |
core/modules/field/tests/src/Kernel/FieldTypePluginManagerTest.php |
Tests the field type manager. |
| FieldTypePluginManagerTest |
class |
core/tests/Drupal/Tests/Core/Field/FieldTypePluginManagerTest.php |
Tests Drupal\Core\Field\FieldTypePluginManager. |
| FieldTypePluginManagerTest.php |
file |
core/tests/Drupal/Tests/Core/Field/FieldTypePluginManagerTest.php |
|
| FieldTypePluginManagerTest.php |
file |
core/modules/field/tests/src/Kernel/FieldTypePluginManagerTest.php |
|
| FieldTypePluginManagerTest::$discovery |
property |
core/tests/Drupal/Tests/Core/Field/FieldTypePluginManagerTest.php |
A mocked plugin discovery. |
| FieldTypePluginManagerTest::$fieldTypeCategoryManager |
property |
core/tests/Drupal/Tests/Core/Field/FieldTypePluginManagerTest.php |
A mocked module handler. |
| FieldTypePluginManagerTest::$fieldTypeManager |
property |
core/tests/Drupal/Tests/Core/Field/FieldTypePluginManagerTest.php |
The field type plugin manager. |
| FieldTypePluginManagerTest::$moduleHandler |
property |
core/tests/Drupal/Tests/Core/Field/FieldTypePluginManagerTest.php |
A mocked module handler. |
| FieldTypePluginManagerTest::enableAllCoreModules |
function |
core/modules/field/tests/src/Kernel/FieldTypePluginManagerTest.php |
Enable all core modules. |
| FieldTypePluginManagerTest::setUp |
function |
core/tests/Drupal/Tests/Core/Field/FieldTypePluginManagerTest.php |
|
| FieldTypePluginManagerTest::testCreateInstance |
function |
core/modules/field/tests/src/Kernel/FieldTypePluginManagerTest.php |
Tests creation of field item instances. |
| FieldTypePluginManagerTest::testCreateInstanceWithConfig |
function |
core/modules/field/tests/src/Kernel/FieldTypePluginManagerTest.php |
Tests creation of field item instances. |
| FieldTypePluginManagerTest::testDefaultSettings |
function |
core/modules/field/tests/src/Kernel/FieldTypePluginManagerTest.php |
Tests the default settings convenience methods. |
| FieldTypePluginManagerTest::testGetGroupedDefinitions |
function |
core/tests/Drupal/Tests/Core/Field/FieldTypePluginManagerTest.php |
Tests get grouped definitions. |
| FieldTypePluginManagerTest::testGetGroupedDefinitionsEmpty |
function |
core/tests/Drupal/Tests/Core/Field/FieldTypePluginManagerTest.php |
Tests get grouped definitions empty. |
| FieldTypePluginManagerTest::testGetGroupedDefinitionsInvalid |
function |
core/tests/Drupal/Tests/Core/Field/FieldTypePluginManagerTest.php |
Tests get grouped definitions invalid. |
| FieldTypePluginManagerTest::testMainProperty |
function |
core/modules/field/tests/src/Kernel/FieldTypePluginManagerTest.php |
Tests all field items provide an existing main property. |
| FieldTypePluginManagerTest::testUiDefinitionsPerEntityType |
function |
core/modules/field/tests/src/Kernel/FieldTypePluginManagerTest.php |
Tests UI definitions per entity type. |
| FieldTypeTest |
class |
core/modules/block_content/tests/src/Kernel/Views/FieldTypeTest.php |
Tests the Drupal\block_content\Plugin\views\field\Type handler. |
| FieldTypeTest.php |
file |
core/modules/block_content/tests/src/Kernel/Views/FieldTypeTest.php |
|
| FieldTypeTest::$modules |
property |
core/modules/block_content/tests/src/Kernel/Views/FieldTypeTest.php |
Modules to install. |
| FieldTypeTest::$testViews |
property |
core/modules/block_content/tests/src/Kernel/Views/FieldTypeTest.php |
Views used by this test. |
| FieldTypeTest::setUp |
function |
core/modules/block_content/tests/src/Kernel/Views/FieldTypeTest.php |
|
| FieldTypeTest::testFieldType |
function |
core/modules/block_content/tests/src/Kernel/Views/FieldTypeTest.php |
Tests the field type. |
| FieldUIDeleteTest |
class |
core/modules/field_ui/tests/src/Functional/FieldUIDeleteTest.php |
Tests deletion of a field and their dependencies in the UI. |
| FieldUIDeleteTest.php |
file |
core/modules/field_ui/tests/src/Functional/FieldUIDeleteTest.php |
|
| FieldUIDeleteTest::$defaultTheme |
property |
core/modules/field_ui/tests/src/Functional/FieldUIDeleteTest.php |
The theme to install as the default for testing. |
| FieldUIDeleteTest::$modules |
property |
core/modules/field_ui/tests/src/Functional/FieldUIDeleteTest.php |
Modules to install. |
| FieldUIDeleteTest::$testViews |
property |
core/modules/field_ui/tests/src/Functional/FieldUIDeleteTest.php |
Test views to enable. |
| FieldUIDeleteTest::setUp |
function |
core/modules/field_ui/tests/src/Functional/FieldUIDeleteTest.php |
|