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
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::$process_input property core/lib/Drupal/Core/Form/FormState.php Indicates correct form submission.
FormState::isProcessingInput function core/lib/Drupal/Core/Form/FormState.php
FormState::setProcessInput function core/lib/Drupal/Core/Form/FormState.php
FormStateDecoratorBase::isProcessingInput function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php
FormStateDecoratorBase::setProcessInput function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php
FormStateDecoratorBaseTest::testIsProcessingInput function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php Tests is processing input.
FormStateDecoratorBaseTest::testSetProcessInput function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php Tests set process input.
FormStateInterface::isProcessingInput function core/lib/Drupal/Core/Form/FormStateInterface.php Determines if the form input will 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.
HookCollectorPass::$preprocessForSuggestions property core/lib/Drupal/Core/Hook/HookCollectorPass.php Preprocess suggestions discovered in modules.
hook_preprocess_HOOK function core/lib/Drupal/Core/Render/theme.api.php Preprocess theme variables for a specific theme hook.
hook_template_preprocess_default_variables_alter function core/lib/Drupal/Core/Render/theme.api.php Alter the default 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::$config property core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php A config object for the system performance configuration.
HtmlResponseAttachmentsProcessor::formatHttpHeaderAttributes function core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php Formats an attribute string for an HTTP header.
HtmlResponseAttachmentsProcessor::processAssetLibraries function core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php Processes asset libraries into render arrays.
HtmlResponseAttachmentsProcessor::processAttachments function core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php
HtmlResponseAttachmentsProcessor::processFeed function core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php Transform a 'feed' attachment into an 'html_head_link' attachment.
HtmlResponseAttachmentsProcessor::processHtmlHead function core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php Ensure proper key/data order and defaults for renderable head items.
HtmlResponseAttachmentsProcessor::processHtmlHeadLink function core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php Transform a html_head_link array into html_head and http_header arrays.
HtmlResponseAttachmentsProcessor::renderHtmlResponseAttachmentPlaceholders function core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php Renders HTML response attachment placeholders.
HtmlResponseAttachmentsProcessor::renderPlaceholders function core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php Renders placeholders (#attached['placeholders']).
HtmlResponseAttachmentsProcessor::setHeaders function core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php Sets headers on a response object.
HtmlResponseAttachmentsProcessor::__construct function core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php Constructs a HtmlResponseAttachmentsProcessor object.
HtmlResponseSubscriber::$htmlResponseAttachmentsProcessor property core/lib/Drupal/Core/EventSubscriber/HtmlResponseSubscriber.php The HTML response attachments processor service.
html_response.attachments_processor service core/core.services.yml Drupal\Core\Render\HtmlResponseAttachmentsProcessor
html_response.attachments_processor.big_pipe service core/modules/big_pipe/big_pipe.services.yml \Drupal\big_pipe\Render\BigPipeResponseAttachmentsProcessor
IconFinder::processFoundFiles function core/lib/Drupal/Core/Theme/Icon/IconFinder.php Process files and format icon information.
IconPackManager::processDefinition function core/lib/Drupal/Core/Theme/Icon/Plugin/IconPackManager.php
IconPackManagerKernelTest::testProcessDefinition function core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php Test the IconPackManager::processDefinition method.
IconPackManagerKernelTest::testProcessDefinitionDisabled function core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php Test the IconPackManager::processDefinition method with disable pack.
IconPackManagerKernelTest::testProcessDefinitionExceptionName function core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php Test the IconPackManager::processDefinition method with exception.
IconPackManagerKernelTest::testProcessDefinitionExceptionRequired function core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php Test the IconPackManager::processDefinition method with exception.
ImageField::defineValueProcessPipeline function core/modules/image/src/Plugin/migrate/field/d7/ImageField.php
ImagePreprocess.php file core/lib/Drupal/Core/Theme/ImagePreprocess.php
ImagePreprocess::preprocessImage function core/lib/Drupal/Core/Theme/ImagePreprocess.php Prepares variables for image templates.
ImagePreprocess::__construct function core/lib/Drupal/Core/Theme/ImagePreprocess.php
ImageThemeHooks::preprocessImageAnchor function core/modules/image/src/Hook/ImageThemeHooks.php Prepares variables for image anchor templates.
ImageThemeHooks::preprocessImageFormatter function core/modules/image/src/Hook/ImageThemeHooks.php Prepares variables for image formatter templates.
ImageThemeHooks::preprocessImageStyle function core/modules/image/src/Hook/ImageThemeHooks.php Prepares variables for image style templates.
ImageThemeHooks::preprocessImageStylePreview function core/modules/image/src/Hook/ImageThemeHooks.php Prepares variables for image style preview templates.
ImageThemeHooks::preprocessImageWidget function core/modules/image/src/Hook/ImageThemeHooks.php Prepares variables for image widget templates.

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