Search for _process

  1. Search 7.x for _process
  2. Search 9.5.x for _process
  3. Search 8.9.x for _process
  4. Search 10.3.x for _process
  5. Search main for _process
  6. Other projects
Title Object type File name Summary
FormBuilder::processForm function core/lib/Drupal/Core/Form/FormBuilder.php Processes a form submission.
FormBuilderInterface::processForm function core/lib/Drupal/Core/Form/FormBuilderInterface.php Processes a form submission.
FormElement::processAjaxForm function core/lib/Drupal/Core/Render/Element/FormElement.php Form element processing handler for the #ajax form property.
FormElement::processAutocomplete function core/lib/Drupal/Core/Render/Element/FormElement.php Adds autocomplete functionality to elements.
FormElement::processGroup function core/lib/Drupal/Core/Render/Element/FormElement.php Arranges elements into groups.
FormElement::processPattern function core/lib/Drupal/Core/Render/Element/FormElement.php Render API callback: Handles the #pattern form element property.
FormElementBase::processAutocomplete function core/lib/Drupal/Core/Render/Element/FormElementBase.php Adds autocomplete functionality to elements.
FormElementBase::processPattern function core/lib/Drupal/Core/Render/Element/FormElementBase.php Render API callback: Handles the #pattern form element property.
FormHelper::processStates function core/lib/Drupal/Core/Form/FormHelper.php Adds JavaScript to change the state of an element based on another element.
FormHelper::processStatesArray function core/lib/Drupal/Core/Form/FormHelper.php Helps recursively rewrite #states selectors.
FormHelperTest::testProcessStates function core/tests/Drupal/Tests/Core/Form/FormHelperTest.php Tests process states.
FormPreprocess class core/lib/Drupal/Core/Form/FormPreprocess.php Initial preprocess callbacks for the form system.
FormPreprocess.php file core/lib/Drupal/Core/Form/FormPreprocess.php
FormPreprocess::preprocessCheckboxes function core/lib/Drupal/Core/Form/FormPreprocess.php Prepares variables for checkboxes templates.
FormPreprocess::preprocessDetails function core/lib/Drupal/Core/Form/FormPreprocess.php Prepares variables for details element templates.
FormPreprocess::preprocessFieldset function core/lib/Drupal/Core/Form/FormPreprocess.php Prepares variables for fieldset element templates.
FormPreprocess::preprocessForm function core/lib/Drupal/Core/Form/FormPreprocess.php Prepares variables for form templates.
FormPreprocess::preprocessFormElement function core/lib/Drupal/Core/Form/FormPreprocess.php Returns HTML for a form element.
FormPreprocess::preprocessFormElementLabel function core/lib/Drupal/Core/Form/FormPreprocess.php Prepares variables for form label templates.
FormPreprocess::preprocessInput function core/lib/Drupal/Core/Form/FormPreprocess.php Prepares variables for input templates.
FormPreprocess::preprocessRadios function core/lib/Drupal/Core/Form/FormPreprocess.php Prepares variables for radios templates.
FormPreprocess::preprocessSelect function core/lib/Drupal/Core/Form/FormPreprocess.php Prepares variables for select element templates.
FormPreprocess::preprocessTextarea function core/lib/Drupal/Core/Form/FormPreprocess.php Prepares variables for textarea templates.
FormPreprocess::preprocessVerticalTabs function core/lib/Drupal/Core/Form/FormPreprocess.php Prepares variables for vertical tabs templates.
FormState::$always_process property core/lib/Drupal/Core/Form/FormState.php If TRUE and the method is GET, a form_id is not necessary.
FormState::$process_input property core/lib/Drupal/Core/Form/FormState.php Indicates correct form submission.
FormState::getAlwaysProcess function core/lib/Drupal/Core/Form/FormState.php Determines if this form should always be processed.
FormState::isProcessingInput function core/lib/Drupal/Core/Form/FormState.php Determines if the form input will be processed.
FormState::setAlwaysProcess function core/lib/Drupal/Core/Form/FormState.php Sets this form to always be processed.
FormState::setProcessInput function core/lib/Drupal/Core/Form/FormState.php Sets that the form should process input.
FormStateDecoratorBase::getAlwaysProcess function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php Determines if this form should always be processed.
FormStateDecoratorBase::isProcessingInput function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php Determines if the form input will be processed.
FormStateDecoratorBase::setAlwaysProcess function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php Sets this form to always be processed.
FormStateDecoratorBase::setProcessInput function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php Sets that the form should process input.
FormStateDecoratorBaseTest::testGetAlwaysProcess function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php Tests get always process.
FormStateDecoratorBaseTest::testIsProcessingInput function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php Tests is processing input.
FormStateDecoratorBaseTest::testSetAlwaysProcess function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php Tests set always process.
FormStateDecoratorBaseTest::testSetProcessInput function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php Tests set process input.
FormStateInterface::getAlwaysProcess function core/lib/Drupal/Core/Form/FormStateInterface.php Determines if this form should always be processed.
FormStateInterface::isProcessingInput function core/lib/Drupal/Core/Form/FormStateInterface.php Determines if the form input will be processed.
FormStateInterface::setAlwaysProcess function core/lib/Drupal/Core/Form/FormStateInterface.php Sets this form to always be processed.
FormStateInterface::setProcessInput function core/lib/Drupal/Core/Form/FormStateInterface.php Sets that the form should process input.
FormTest::testCheckboxProcessing function core/modules/system/tests/src/Functional/Form/FormTest.php Tests default value handling for checkboxes.
HelpThemeHooks::preprocessBlock function core/modules/help/src/Hook/HelpThemeHooks.php Implements hook_preprocess_HOOK() for block templates.
HookCollectorKeyValueWritePass::process function core/lib/Drupal/Core/Hook/HookCollectorKeyValueWritePass.php
HookCollectorPass::$preprocessForSuggestions property core/lib/Drupal/Core/Hook/HookCollectorPass.php Preprocess suggestions discovered in modules.
HookCollectorPass::process function core/lib/Drupal/Core/Hook/HookCollectorPass.php
hook_preprocess function core/lib/Drupal/Core/Render/theme.api.php Preprocess theme variables for templates.
hook_preprocess_HOOK function core/lib/Drupal/Core/Render/theme.api.php Preprocess theme variables for a specific theme hook.
hook_search_preprocess function core/modules/search/search.api.php Preprocess text for search.

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