CheckProvider::$dynamicRequirementMap

An array to map dynamic requirement keys to service IDs. Type: array File core/lib/Drupal/Core/Access/CheckProvider.php, line 56 Class CheckProvider Loads access checkers from the container. Namespace Drupal\Core\Access Code protected $dynamicRequirementMap;

CheckProvider::$checkMethods

Array of access check method names keyed by service ID. Type: array File core/lib/Drupal/Core/Access/CheckProvider.php, line 37 Class CheckProvider Loads access checkers from the container. Namespace Drupal\Core\Access Code protected $checkMethods = array();

CheckProvider::$checksNeedsRequest

Array of access checks which only will be run on the incoming request. File core/lib/Drupal/Core/Access/CheckProvider.php, line 42 Class CheckProvider Loads access checkers from the container. Namespace Drupal\Core\Access Code protected $checksNeedsRequest = array();

CheckProvider::$staticRequirementMap

An array to map static requirement keys to service IDs. Type: array File core/lib/Drupal/Core/Access/CheckProvider.php, line 49 Class CheckProvider Loads access checkers from the container. Namespace Drupal\Core\Access Code protected $staticRequirementMap;

CheckProvider::$checks

Array of access check objects keyed by service id. Type: \Drupal\Core\Routing\Access\AccessInterface[] File core/lib/Drupal/Core/Access/CheckProvider.php, line 30 Class CheckProvider Loads access checkers from the container. Namespace Drupal\Core\Access Code protected $checks;

CheckProvider::$checkIds

Array of registered access check service ids. Type: array File core/lib/Drupal/Core/Access/CheckProvider.php, line 23 Class CheckProvider Loads access checkers from the container. Namespace Drupal\Core\Access Code protected $checkIds = array();

CheckProvider

Loads access checkers from the container. Hierarchy class \Drupal\Core\Access\CheckProvider implements CheckProviderInterface, ContainerAwareInterface uses ContainerAwareTrait File core/lib/Drupal/Core/Access/CheckProvider.php, line 14 Namespace Drupal\Core\Access Members Name Modifiers Type Description CheckProvider::$checkIds protected property Array of registered access check service ids. CheckProvider::$checkMethods protected property Array of access check me

Checkboxes::valueCallback

public static Checkboxes::valueCallback(&$element, $input, FormStateInterface $form_state) Determines how user input is mapped to an element's #value property. Parameters array $element: An associative array containing the properties of the element. mixed $input: The incoming input to populate the form element. If this is FALSE, the element's default value should be returned. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Return value mixed The value to a

Checkboxes::detectEmptyCheckboxes

public static Checkboxes::detectEmptyCheckboxes(array $input) Determines if all checkboxes in a set are unchecked. Parameters array $input: An array returned by the FormAPI for a set of checkboxes. Return value bool TRUE if all options are unchecked. FALSE otherwise. File core/lib/Drupal/Core/Render/Element/Checkboxes.php, line 157 Class Checkboxes Provides a form element for a set of checkboxes. Namespace Drupal\Core\Render\Element Code public static function detectEmptyCheckboxes(a

Checkboxes::processCheckboxes

public static Checkboxes::processCheckboxes(&$element, FormStateInterface $form_state, &$complete_form) Processes a checkboxes form element. File core/lib/Drupal/Core/Render/Element/Checkboxes.php, line 55 Class Checkboxes Provides a form element for a set of checkboxes. Namespace Drupal\Core\Render\Element Code public static function processCheckboxes(&$element, FormStateInterface $form_state, &$complete_form) { $value = is_array($element['#value']) ? $element['#valu