function FieldTypeCategoryInterface::getSummary

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

Returns the field group summary.

Return value

string|\Stringable The category summary.

1 method overrides FieldTypeCategoryInterface::getSummary()
FieldTypeCategory::getSummary in core/lib/Drupal/Core/Field/FieldTypeCategory.php
Returns the field group summary.

File

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

Class

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

Namespace

Drupal\Core\Field

Code

public function getSummary() : string|\Stringable;

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