public function FormStateInterface::setProgrammedBypassAccessCheck in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Form/FormStateInterface.php \Drupal\Core\Form\FormStateInterface::setProgrammedBypassAccessCheck()
Sets if this form submission should bypass #access.
Parameters
bool $programmed_bypass_access_check: If TRUE, programmatic form submissions are processed without taking #access into account.
Return value
$this
See also
\Drupal\Core\Form\FormState::$programmed_bypass_access_check
1 method overrides FormStateInterface::setProgrammedBypassAccessCheck()
- FormState::setProgrammedBypassAccessCheck in core/
lib/ Drupal/ Core/ Form/ FormState.php - Sets if this form submission should bypass #access.
File
- core/
lib/ Drupal/ Core/ Form/ FormStateInterface.php, line 881 - Contains \Drupal\Core\Form\FormStateInterface.
Class
- FormStateInterface
- Provides an interface for an object containing the current state of a form.
Namespace
Drupal\Core\FormCode
public function setProgrammedBypassAccessCheck($programmed_bypass_access_check = TRUE);