Same name in other branches
- 8.x-1.x src/FieldStateBase.php \Drupal\field_states_ui\FieldStateBase::label()
Overrides FieldStateInterface::label
File
-
src/
FieldStateBase.php, line 114
Class
- FieldStateBase
- Provides a base class for field staes.
Namespace
Drupal\field_states_uiCode
public function label() {
return $this->pluginDefinition['label'];
}