Fichier
-
src/
FieldStateBase.php, line 116
Classe
- FieldStateBase
- Provides a base class for field staes.
Namespace
Drupal\field_states_uiCode
public function getConfiguration() {
return [
'uuid' => $this->getUuid(),
'id' => $this->getPluginId(),
'data' => $this->configuration,
];
}