Same name and namespace in other branches
  1. 8.x-1.x src/FieldStateBase.php \Drupal\field_states_ui\FieldStateBase::getConfiguration()

Fichier

src/FieldStateBase.php, line 128

Classe

FieldStateBase
Provides a base class for field staes.

Namespace

Drupal\field_states_ui

Code

public function getConfiguration() {
    return [
        'uuid' => $this->getUuid(),
        'id' => $this->getPluginId(),
        'data' => $this->configuration,
    ];
}