You are here

public function FieldStateInterface::label in Field States UI 8.2

Same name and namespace in other branches
  1. 8 src/FieldStateInterface.php \Drupal\field_states_ui\FieldStateInterface::label()

Returns the field state label.

Return value

string The field state label.

1 method overrides FieldStateInterface::label()
FieldStateBase::label in src/FieldStateBase.php
Returns the field state label.

File

src/FieldStateInterface.php, line 63

Class

FieldStateInterface
Defines the interface for field states.

Namespace

Drupal\field_states_ui

Code

public function label();