Same name in other branches
- 8.x-2.x src/FieldStateInterface.php \Drupal\field_states_ui\FieldStateInterface::label()
Returns the field state label.
Return value
string The field state label.
1 method overrides FieldStateInterface::label()
- FieldStateBase::label dans src/
FieldStateBase.php - Returns the field state label.
Fichier
-
src/
FieldStateInterface.php, line 63
Classe
- FieldStateInterface
- Defines the interface for field states.
Namespace
Drupal\field_states_uiCode
public function label();