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

Returns the unique ID representing the field state.

Return value

string The field state ID.

1 method overrides FieldStateInterface::getUuid()
FieldStateBase::getUuid in src/FieldStateBase.php
Returns the unique ID representing the field state.

File

src/FieldStateInterface.php, line 71

Class

FieldStateInterface
Defines the interface for field states.

Namespace

Drupal\field_states_ui

Code

public function getUuid();