You are here

public function SubFormState::getCacheableArray in Authorization 8

Returns an array representation of the cacheable portion of the form state.

Return value

array The cacheable portion of the form state.

Overrides FormStateInterface::getCacheableArray

File

src/Form/SubFormState.php, line 141

Class

SubFormState
Represents the form state of a sub-form.

Namespace

Drupal\authorization\Form

Code

public function getCacheableArray() : array {
  return [];
}