protected static property SubFormState::$inheritedKeys in Authorization 8
The keys which should be inherited as-is from the main form state.
Type: bool[]
File
- src/
Form/ SubFormState.php, line 24
Class
- SubFormState
- Represents the form state of a sub-form.
Namespace
Drupal\authorization\FormCode
protected static $inheritedKeys = [
'build_info' => TRUE,
'rebuild_info' => TRUE,
'rebuild' => TRUE,
'response' => TRUE,
'redirect' => TRUE,
'redirect_route' => TRUE,
'no_redirect' => TRUE,
'method' => TRUE,
'cache' => TRUE,
'no_cache' => TRUE,
'triggering_element' => TRUE,
];