public function FieldStateBase::getUuid in Field States UI 8
Same name and namespace in other branches
- 8.2 src/FieldStateBase.php \Drupal\field_states_ui\FieldStateBase::getUuid()
Returns the unique ID representing the field state.
Return value
string The field state ID.
Overrides FieldStateInterface::getUuid
1 call to FieldStateBase::getUuid()
- FieldStateBase::getConfiguration in src/
FieldStateBase.php - Gets this plugin's configuration.
File
- src/
FieldStateBase.php, line 109
Class
- FieldStateBase
- Provides a base class for field staes.
Namespace
Drupal\field_states_uiCode
public function getUuid() {
return $this->uuid;
}