Search for process

  1. Search 7.x for process
  2. Search 9.5.x for process
  3. Search 10.3.x for process
  4. Search 11.x for process
  5. Other projects
Title Object type File name Summary
FilterSparkles::process function core/modules/filter/tests/filter_test_plugin/src/Plugin/Filter/FilterSparkles.php Performs the filter processing.
FilterTestAssets::process function core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestAssets.php Performs the filter processing.
FilterTestCacheContexts::process function core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestCacheContexts.php Performs the filter processing.
FilterTestCacheMerge::process function core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestCacheMerge.php Performs the filter processing.
FilterTestCacheTags::process function core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestCacheTags.php Performs the filter processing.
FilterTestPlaceholders::process function core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestPlaceholders.php Performs the filter processing.
FilterTestReplace::process function core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestReplace.php Performs the filter processing.
FilterTestRestrictTagsAndAttributes::process function core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestRestrictTagsAndAttributes.php Performs the filter processing.
FilterTestStatic::process function core/modules/filter/tests/filter_test_plugin/src/Plugin/Filter/FilterTestStatic.php Performs the filter processing.
FilterUrl::process function core/modules/filter/src/Plugin/Filter/FilterUrl.php Performs the filter processing.
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.
FormCacheTest::$runTestInSeparateProcess property core/tests/Drupal/Tests/Core/Form/FormCacheTest.php
FormElement::processAutocomplete function core/lib/Drupal/Core/Render/Element/FormElement.php Adds autocomplete functionality to elements.
FormElement::processPattern function core/lib/Drupal/Core/Render/Element/FormElement.php #process callback for #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 @covers ::processStates
@dataProvider providerElements
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 TRUE signifies correct form submission. This is always TRUE for programmed
forms coming from \Drupal\Core\Form\FormBuilderInterface::submitForm() (see
'programmed' key), or if the form_id coming from the
\Drupal::request()->request data…
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 @covers ::getAlwaysProcess
FormStateDecoratorBaseTest::testIsProcessingInput function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::isProcessingInput
FormStateDecoratorBaseTest::testSetAlwaysProcess function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::setAlwaysProcess
FormStateDecoratorBaseTest::testSetProcessInput function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::setProcessInput
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 Test default value handling for checkboxes.
forum_preprocess_block function core/modules/forum/forum.module Implements hook_preprocess_HOOK() for block templates.
GuzzleMiddlewarePass::process function core/lib/Drupal/Core/DependencyInjection/Compiler/GuzzleMiddlewarePass.php
help_preprocess_block function core/modules/help/help.module Implements hook_preprocess_HOOK() for block templates.
hook_aggregator_processor_info_alter function core/modules/aggregator/aggregator.api.php Perform alterations on the available processors.
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.
hook_template_preprocess_default_variables_alter function core/lib/Drupal/Core/Render/theme.api.php Alter the default, hook-independent variables for all templates.
HtmlResponseAttachmentsProcessor class core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php Processes attachments of HTML responses.
HtmlResponseAttachmentsProcessor.php file core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php
HtmlResponseAttachmentsProcessor::$assetResolver property core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php The asset resolver service.
HtmlResponseAttachmentsProcessor::$config property core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php A config object for the system performance configuration.
HtmlResponseAttachmentsProcessor::$cssCollectionRenderer property core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php The CSS asset collection renderer service.

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