Search for _process_
- Search 7.x for _process_
- Search 9.5.x for _process_
- Search 10.3.x for _process_
- Search 11.x for _process_
- Search main for _process_
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| FileWidget::processMultiple | function | core/ |
Form API callback: Processes a group of file_generic field elements. |
| FilterAPITest::testProcessedTextElement | function | core/ |
Tests the 'processed_text' element. |
| FilterProcessResult | class | core/ |
Used to return values from a text filter plugin's processing method. |
| FilterProcessResult.php | file | core/ |
|
| FilterProcessResult::$processedText | property | core/ |
The processed text. |
| FilterProcessResult::createPlaceholder | function | core/ |
Creates a placeholder. |
| FilterProcessResult::getProcessedText | function | core/ |
Gets the processed text. |
| FilterProcessResult::setProcessedText | function | core/ |
Sets the processed text. |
| FilterProcessResult::__construct | function | core/ |
Constructs a FilterProcessResult object. |
| FilterProcessResult::__toString | function | core/ |
Gets the processed text. |
| FormBuilder::processForm | function | core/ |
Processes a form submission. |
| FormBuilderInterface::processForm | function | core/ |
Processes a form submission. |
| FormElement::processAutocomplete | function | core/ |
Adds autocomplete functionality to elements. |
| FormElement::processPattern | function | core/ |
#process callback for #pattern form element property. |
| FormHelper::processStates | function | core/ |
Adds JavaScript to change the state of an element based on another element. |
| FormHelper::processStatesArray | function | core/ |
Helps recursively rewrite #states selectors. |
| FormHelperTest::testProcessStates | function | core/ |
@covers ::processStates[[api-linebreak]] @dataProvider providerElements |
| FormState::$process_input | property | core/ |
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::isProcessingInput | function | core/ |
Determines if the form input will be processed. |
| FormState::setProcessInput | function | core/ |
Sets that the form should process input. |
| FormStateDecoratorBase::isProcessingInput | function | core/ |
Determines if the form input will be processed. |
| FormStateDecoratorBase::setProcessInput | function | core/ |
Sets that the form should process input. |
| FormStateDecoratorBaseTest::testIsProcessingInput | function | core/ |
@covers ::isProcessingInput[[api-linebreak]] |
| FormStateDecoratorBaseTest::testSetProcessInput | function | core/ |
@covers ::setProcessInput[[api-linebreak]] |
| FormStateInterface::isProcessingInput | function | core/ |
Determines if the form input will be processed. |
| FormStateInterface::setProcessInput | function | core/ |
Sets that the form should process input. |
| FormTest::testCheckboxProcessing | function | core/ |
Test default value handling for checkboxes. |
| forum_preprocess_block | function | core/ |
Implements hook_preprocess_HOOK() for block templates. |
| help_preprocess_block | function | core/ |
Implements hook_preprocess_HOOK() for block templates. |
| hook_aggregator_processor_info_alter | function | core/ |
Perform alterations on the available processors. |
| hook_preprocess_HOOK | function | core/ |
Preprocess theme variables for a specific theme hook. |
| hook_template_preprocess_default_variables_alter | function | core/ |
Alter the default, hook-independent variables for all templates. |
| HtmlResponseAttachmentsProcessor | class | core/ |
Processes attachments of HTML responses. |
| HtmlResponseAttachmentsProcessor.php | file | core/ |
|
| HtmlResponseAttachmentsProcessor::$assetResolver | property | core/ |
The asset resolver service. |
| HtmlResponseAttachmentsProcessor::$config | property | core/ |
A config object for the system performance configuration. |
| HtmlResponseAttachmentsProcessor::$cssCollectionRenderer | property | core/ |
The CSS asset collection renderer service. |
| HtmlResponseAttachmentsProcessor::$jsCollectionRenderer | property | core/ |
The JS asset collection renderer service. |
| HtmlResponseAttachmentsProcessor::$moduleHandler | property | core/ |
The module handler service. |
| HtmlResponseAttachmentsProcessor::$renderer | property | core/ |
The renderer. |
| HtmlResponseAttachmentsProcessor::$requestStack | property | core/ |
The request stack. |
| HtmlResponseAttachmentsProcessor::formatHttpHeaderAttributes | function | core/ |
Formats an attribute string for an HTTP header. |
| HtmlResponseAttachmentsProcessor::processAssetLibraries | function | core/ |
Processes asset libraries into render arrays. |
| HtmlResponseAttachmentsProcessor::processAttachments | function | core/ |
Processes the attachments of a response that has attachments. |
| HtmlResponseAttachmentsProcessor::processFeed | function | core/ |
Transform a 'feed' attachment into an 'html_head_link' attachment. |
| HtmlResponseAttachmentsProcessor::processHtmlHead | function | core/ |
Ensure proper key/data order and defaults for renderable head items. |
| HtmlResponseAttachmentsProcessor::processHtmlHeadLink | function | core/ |
Transform a html_head_link array into html_head and http_header arrays. |
| HtmlResponseAttachmentsProcessor::renderHtmlResponseAttachmentPlaceholders | function | core/ |
Renders HTML response attachment placeholders. |
| HtmlResponseAttachmentsProcessor::renderPlaceholders | function | core/ |
Renders placeholders (#attached['placeholders']). |
| HtmlResponseAttachmentsProcessor::setHeaders | function | core/ |
Sets headers on a response object. |
Pagination
- Previous page
- Page 7
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.