interface FieldTypeCategoryManagerInterface

Same name and namespace in other branches
  1. 10 core/lib/Drupal/Core/Field/FieldTypeCategoryManagerInterface.php \Drupal\Core\Field\FieldTypeCategoryManagerInterface

Defines an interface for field type category managers.

Hierarchy

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

... See full list

File

core/lib/Drupal/Core/Field/FieldTypeCategoryManagerInterface.php, line 10

Namespace

Drupal\Core\Field
View 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.