You are here

public function FieldStateBase::calculateDependencies in Field States UI 8.2

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

File

src/FieldStateBase.php, line 178

Class

FieldStateBase
Provides a base class for field staes.

Namespace

Drupal\field_states_ui

Code

public function calculateDependencies() {
  return [];
}