interface FieldTypeCategoryManagerInterface
Same name in other branches
- 11.x 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 extends \Drupal\Component\Plugin\Discovery\DiscoveryInterface \Drupal\Component\Plugin\Factory\FactoryInterface \Drupal\Component\Plugin\Mapper\MapperInterface
- interface \Drupal\Core\Field\FieldTypeCategoryManagerInterface extends \Drupal\Component\Plugin\PluginManagerInterface
- interface \Drupal\Component\Plugin\PluginManagerInterface extends \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
7 files declare their use of FieldTypeCategoryManagerInterface
- BaseFieldDefinitionTestBase.php in core/
tests/ Drupal/ Tests/ Core/ Field/ BaseFieldDefinitionTestBase.php - comment.module in core/
modules/ comment/ comment.module - Enables users to comment on published content.
- FieldStorageAddForm.php in core/
modules/ field_ui/ src/ Form/ FieldStorageAddForm.php - FieldTypePluginManagerTest.php in core/
tests/ Drupal/ Tests/ Core/ Field/ FieldTypePluginManagerTest.php - link.module in core/
modules/ link/ link.module - Defines simple link field types.
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 |
---|---|---|---|
FieldTypeCategoryManagerInterface::FALLBACK_CATEGORY | constant | Fallback category for field types. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.