| 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. |
| FieldTypeDefaultsTest::testDeprecatedError |
function |
core/modules/field/tests/src/Unit/Plugin/migrate/process/FieldTypeDefaultsTest.php |
Tests that the field_type_defaults plugin triggers a deprecation error. |
| FieldTypePluginManager |
class |
core/lib/Drupal/Core/Field/FieldTypePluginManager.php |
Plugin manager for 'field type' plugins. |
| FieldTypePluginManager.php |
file |
core/lib/Drupal/Core/Field/FieldTypePluginManager.php |
|
| FieldTypePluginManager::$typedDataManager |
property |
core/lib/Drupal/Core/Field/FieldTypePluginManager.php |
The typed data manager. |
| FieldTypePluginManager::createFieldItem |
function |
core/lib/Drupal/Core/Field/FieldTypePluginManager.php |
Creates a new field item as part of a field item list. |
| FieldTypePluginManager::createFieldItemList |
function |
core/lib/Drupal/Core/Field/FieldTypePluginManager.php |
Creates a new field item list. |
| FieldTypePluginManager::createInstance |
function |
core/lib/Drupal/Core/Field/FieldTypePluginManager.php |
Creates a field item, which is not part of an entity or field item list. |
| FieldTypePluginManager::getDefaultFieldSettings |
function |
core/lib/Drupal/Core/Field/FieldTypePluginManager.php |
Returns the default field-level settings for a field type. |
| FieldTypePluginManager::getDefaultStorageSettings |
function |
core/lib/Drupal/Core/Field/FieldTypePluginManager.php |
Returns the default storage-level settings for a field type. |
| FieldTypePluginManager::getPluginClass |
function |
core/lib/Drupal/Core/Field/FieldTypePluginManager.php |
Returns the PHP class that implements the field type plugin. |
| FieldTypePluginManager::getPreconfiguredOptions |
function |
core/lib/Drupal/Core/Field/FieldTypePluginManager.php |
Returns preconfigured field options for a field type. |
| FieldTypePluginManager::getUiDefinitions |
function |
core/lib/Drupal/Core/Field/FieldTypePluginManager.php |
Gets the definition of all field types that can be added via UI. |
| FieldTypePluginManager::processDefinition |
function |
core/lib/Drupal/Core/Field/FieldTypePluginManager.php |
Performs extra processing on plugin definitions. |
| FieldTypePluginManager::__construct |
function |
core/lib/Drupal/Core/Field/FieldTypePluginManager.php |
Constructs the FieldTypePluginManager object |
| FieldTypePluginManagerInterface |
interface |
core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php |
Defines an interface for the field type plugin manager. |
| FieldTypePluginManagerInterface.php |
file |
core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php |
|
| FieldTypePluginManagerInterface::createFieldItem |
function |
core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php |
Creates a new field item as part of a field item list. |
| FieldTypePluginManagerInterface::createFieldItemList |
function |
core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php |
Creates a new field item list. |
| FieldTypePluginManagerInterface::getDefaultFieldSettings |
function |
core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php |
Returns the default field-level settings for a field type. |
| FieldTypePluginManagerInterface::getDefaultStorageSettings |
function |
core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php |
Returns the default storage-level settings for a field type. |
| FieldTypePluginManagerInterface::getPluginClass |
function |
core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php |
Returns the PHP class that implements the field type plugin. |
| FieldTypePluginManagerInterface::getPreconfiguredOptions |
function |
core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php |
Returns preconfigured field options for a field type. |
| FieldTypePluginManagerInterface::getUiDefinitions |
function |
core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php |
Gets the definition of all field types that can be added via UI. |
| FieldTypePluginManagerTest |
class |
core/modules/field/tests/src/Kernel/FieldTypePluginManagerTest.php |
Tests the field type manager. |
| FieldTypePluginManagerTest.php |
file |
core/modules/field/tests/src/Kernel/FieldTypePluginManagerTest.php |
|
| FieldTypePluginManagerTest::enableAllCoreModules |
function |
core/modules/field/tests/src/Kernel/FieldTypePluginManagerTest.php |
Enable all core modules. |
| 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::testMainProperty |
function |
core/modules/field/tests/src/Kernel/FieldTypePluginManagerTest.php |
Tests all field items provide an existing main property. |
| FieldTypeTest |
class |
core/modules/block_content/tests/src/Functional/Views/FieldTypeTest.php |
Tests the Drupal\block_content\Plugin\views\field\Type handler. |
| FieldTypeTest.php |
file |
core/modules/block_content/tests/src/Functional/Views/FieldTypeTest.php |
|
| FieldTypeTest::$defaultTheme |
property |
core/modules/block_content/tests/src/Functional/Views/FieldTypeTest.php |
The theme to install as the default for testing. |
| FieldTypeTest::$testViews |
property |
core/modules/block_content/tests/src/Functional/Views/FieldTypeTest.php |
Views used by this test. |
| FieldTypeTest::testFieldType |
function |
core/modules/block_content/tests/src/Functional/Views/FieldTypeTest.php |
|
| FieldUI |
class |
core/modules/field_ui/src/FieldUI.php |
Static service container wrapper for Field UI. |
| FieldUI.php |
file |
core/modules/field_ui/src/FieldUI.php |
|
| FieldUI::getNextDestination |
function |
core/modules/field_ui/src/FieldUI.php |
Returns the next redirect path in a multipage sequence. |
| FieldUI::getOverviewRouteInfo |
function |
core/modules/field_ui/src/FieldUI.php |
Returns the route info for the field overview of a given entity bundle. |
| FieldUI::getRouteBundleParameter |
function |
core/modules/field_ui/src/FieldUI.php |
Gets the route parameter that should be used for Field UI routes. |
| 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. |