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

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.

... 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
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.