function ListItemBase::allowedValuesDescription
Same name in other branches
- 9 core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php \Drupal\options\Plugin\Field\FieldType\ListItemBase::allowedValuesDescription()
- 8.9.x core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php \Drupal\options\Plugin\Field\FieldType\ListItemBase::allowedValuesDescription()
- 10 core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php \Drupal\options\Plugin\Field\FieldType\ListItemBase::allowedValuesDescription()
Provides the field type specific allowed values form element #description.
Return value
string The field type allowed values form specific description.
1 call to ListItemBase::allowedValuesDescription()
- ListItemBase::storageSettingsForm in core/
modules/ options/ src/ Plugin/ Field/ FieldType/ ListItemBase.php - Returns a form for the storage-level settings.
3 methods override ListItemBase::allowedValuesDescription()
- ListFloatItem::allowedValuesDescription in core/
modules/ options/ src/ Plugin/ Field/ FieldType/ ListFloatItem.php - Provides the field type specific allowed values form element #description.
- ListIntegerItem::allowedValuesDescription in core/
modules/ options/ src/ Plugin/ Field/ FieldType/ ListIntegerItem.php - Provides the field type specific allowed values form element #description.
- ListStringItem::allowedValuesDescription in core/
modules/ options/ src/ Plugin/ Field/ FieldType/ ListStringItem.php - Provides the field type specific allowed values form element #description.
File
-
core/
modules/ options/ src/ Plugin/ Field/ FieldType/ ListItemBase.php, line 334
Class
- ListItemBase
- Plugin base class inherited by the options field types.
Namespace
Drupal\options\Plugin\Field\FieldTypeCode
protected abstract function allowedValuesDescription();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.