function FieldTypeCategoryInterface::getDescription

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Field/FieldTypeCategoryInterface.php \Drupal\Core\Field\FieldTypeCategoryInterface::getDescription()
  2. main core/lib/Drupal/Core/Field/FieldTypeCategoryInterface.php \Drupal\Core\Field\FieldTypeCategoryInterface::getDescription()

Returns the field group description.

Return value

string|\Stringable The category description.

1 method overrides FieldTypeCategoryInterface::getDescription()
FieldTypeCategory::getDescription in core/lib/Drupal/Core/Field/FieldTypeCategory.php

File

core/lib/Drupal/Core/Field/FieldTypeCategoryInterface.php, line 24

Class

FieldTypeCategoryInterface
Provides an object that returns the category info about the field type.

Namespace

Drupal\Core\Field

Code

public function getDescription() : string|\Stringable;

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