| FieldPluginBaseTest::testRenderTrimmedWithMoreLinkAndPath |
function |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
Tests rendering with a more link. |
| FieldPluginBaseTestField |
class |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
Test class for testing field plugins. |
| FieldPluginBaseTestField::setLinkGenerator |
function |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
Set the link generator. |
| FieldStorageConfigValidationTest::testFieldTypePluginIsValidated |
function |
core/modules/field/tests/src/Kernel/Entity/FieldStorageConfigValidationTest.php |
Tests that the field type plugin's existence is validated. |
| FieldTest::$fieldTypePluginManager |
property |
core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php |
The mocked field type plugin manager. |
| FieldTest::$formatterPluginManager |
property |
core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php |
The mocked formatter plugin manager. |
| FieldType::$fieldPluginManager |
property |
core/modules/field/src/Plugin/migrate/process/FieldType.php |
The field plugin manager. |
| FieldTypeCategoryManager::getFallbackPluginId |
function |
core/lib/Drupal/Core/Field/FieldTypeCategoryManager.php |
Gets a fallback id for a missing plugin. |
| 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::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::getEntityTypeUiDefinitions |
function |
core/lib/Drupal/Core/Field/FieldTypePluginManager.php |
Get the field type definitions that can be added via UI for an entity type. |
| FieldTypePluginManager::getFieldSettingsSummary |
function |
core/lib/Drupal/Core/Field/FieldTypePluginManager.php |
Returns the summary of field-level settings for a field type. |
| FieldTypePluginManager::getGroupedDefinitions |
function |
core/lib/Drupal/Core/Field/FieldTypePluginManager.php |
Gets sorted field type definitions grouped by category. |
| 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::getStorageSettingsSummary |
function |
core/lib/Drupal/Core/Field/FieldTypePluginManager.php |
Returns the summary of storage-level settings 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::getEntityTypeUiDefinitions |
function |
core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php |
Get the field type definitions that can be added via UI for an entity type. |
| FieldTypePluginManagerInterface::getFieldSettingsSummary |
function |
core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php |
Returns the summary of field-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::getStorageSettingsSummary |
function |
core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php |
Returns the summary of storage-level settings 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 |
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. |