You are here

protected static function FieldStateManager::getManager in Field States UI 8.2

File

src/FieldStateManager.php, line 609

Class

FieldStateManager
Manages field state plugins.

Namespace

Drupal\field_states_ui

Code

protected static function getManager() {
  return \Drupal::service('plugin.manager.field_states_ui.fieldstate');
}