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

Overrides FieldStateInterface::getUuid

1 call to FieldStateBase::getUuid()
FieldStateBase::getConfiguration dans src/FieldStateBase.php

Fichier

src/FieldStateBase.php, line 109

Classe

FieldStateBase
Provides a base class for field staes.

Namespace

Drupal\field_states_ui

Code

public function getUuid() {
    return $this->uuid;
}