function FormStateDecoratorBase::isBypassingProgrammedAccessChecks

Determines if this form submission should bypass #access.

Return value

bool TRUE if this form bypassing access checked, otherwise FALSE.

Overrides FormStateInterface::isBypassingProgrammedAccessChecks

File

core/lib/Drupal/Core/Form/FormStateDecoratorBase.php, line 251

Class

FormStateDecoratorBase
Decorates another form state.

Namespace

Drupal\Core\Form

Code

public function isBypassingProgrammedAccessChecks() {
  return $this->decoratedFormState
    ->isBypassingProgrammedAccessChecks();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.