FieldTypeCategoryManagerInterface.php

Same filename and directory in other branches
  1. 10 core/lib/Drupal/Core/Field/FieldTypeCategoryManagerInterface.php

Namespace

Drupal\Core\Field

File

core/lib/Drupal/Core/Field/FieldTypeCategoryManagerInterface.php

View source
<?php

namespace Drupal\Core\Field;

use Drupal\Component\Plugin\PluginManagerInterface;

/**
 * Defines an interface for field type category managers.
 */
interface FieldTypeCategoryManagerInterface extends PluginManagerInterface {
    
    /**
     * Fallback category for field types.
     */
    const FALLBACK_CATEGORY = 'general';

}

Interfaces

Title Deprecated Summary
FieldTypeCategoryManagerInterface Defines an interface for field type category managers.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.