You are here

protected function WorkflowItem::allowedValuesDescription in Workflow 8

Provides the field type specific allowed values form element #description.

Return value

string The field type allowed values form specific description.

Overrides ListItemBase::allowedValuesDescription

1 call to WorkflowItem::allowedValuesDescription()
WorkflowItem::storageSettingsForm in src/Plugin/Field/FieldType/WorkflowItem.php
Implements hook_field_settings_form() -> ConfigFieldItemInterface::settingsForm().

File

src/Plugin/Field/FieldType/WorkflowItem.php, line 260

Class

WorkflowItem
Plugin implementation of the 'workflow' field type.

Namespace

Drupal\workflow\Plugin\Field\FieldType

Code

protected function allowedValuesDescription() {
  return '';
}