interface FieldTypeCategoryManagerInterface
Same name and namespace in other branches
- 10 core/lib/Drupal/Core/Field/FieldTypeCategoryManagerInterface.php \Drupal\Core\Field\FieldTypeCategoryManagerInterface
Defines an interface for field type category managers.
Hierarchy
- interface \Drupal\Component\Plugin\Discovery\DiscoveryInterface; interface \Drupal\Component\Plugin\Factory\FactoryInterface; interface \Drupal\Component\Plugin\Mapper\MapperInterface
- interface \Drupal\Component\Plugin\PluginManagerInterface implements \Drupal\Component\Plugin\Discovery\DiscoveryInterface, \Drupal\Component\Plugin\Factory\FactoryInterface, \Drupal\Component\Plugin\Mapper\MapperInterface
- interface \Drupal\Core\Field\FieldTypeCategoryManagerInterface implements \Drupal\Component\Plugin\PluginManagerInterface
- interface \Drupal\Component\Plugin\PluginManagerInterface implements \Drupal\Component\Plugin\Discovery\DiscoveryInterface, \Drupal\Component\Plugin\Factory\FactoryInterface, \Drupal\Component\Plugin\Mapper\MapperInterface
Expanded class hierarchy of FieldTypeCategoryManagerInterface
All classes that implement FieldTypeCategoryManagerInterface
9 files declare their use of FieldTypeCategoryManagerInterface
- BaseFieldDefinitionTestBase.php in core/
tests/ Drupal/ Tests/ Core/ Field/ BaseFieldDefinitionTestBase.php - CommentHooks.php in core/
modules/ comment/ src/ Hook/ CommentHooks.php - FieldStorageAddController.php in core/
modules/ field_ui/ src/ Controller/ FieldStorageAddController.php - FieldStorageAddForm.php in core/
modules/ field_ui/ src/ Form/ FieldStorageAddForm.php - FieldTypePluginManagerTest.php in core/
tests/ Drupal/ Tests/ Core/ Field/ FieldTypePluginManagerTest.php
File
-
core/
lib/ Drupal/ Core/ Field/ FieldTypeCategoryManagerInterface.php, line 10
Namespace
Drupal\Core\FieldView source
interface FieldTypeCategoryManagerInterface extends PluginManagerInterface {
/**
* Fallback category for field types.
*/
const FALLBACK_CATEGORY = 'general';
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
DiscoveryInterface::getDefinition | public | function | Gets a specific plugin definition. | 4 |
DiscoveryInterface::getDefinitions | public | function | Gets the definition of all plugins for this type. | 3 |
DiscoveryInterface::hasDefinition | public | function | Indicates if a specific plugin definition exists. | 1 |
FactoryInterface::createInstance | public | function | Creates a plugin instance based on the provided ID and configuration. | 7 |
FieldTypeCategoryManagerInterface::FALLBACK_CATEGORY | constant | Fallback category for field types. | ||
MapperInterface::getInstance | public | function | Gets or creates a plugin instance that satisfies the given options. | 3 |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.