FormStateInterface::setProgrammedBypassAccessCheck

public FormStateInterface::setProgrammedBypassAccessCheck($programmed_bypass_access_check = TRUE)

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

File

core/lib/Drupal/Core/Form/FormStateInterface.php, line 876

Class

FormStateInterface
Provides an interface for an object containing the current state of a form.

Namespace

Drupal\Core\Form

Code

public function setProgrammedBypassAccessCheck($programmed_bypass_access_check = TRUE);
doc_Drupal
2016-10-29 09:16:43
Comments
Leave a Comment

Please login to continue.