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. Search main for _process_
  6. Other projects
Title Object type File name Summary
BigPipeResponseAttachmentsProcessor.php file core/modules/big_pipe/src/Render/BigPipeResponseAttachmentsProcessor.php
BigPipeResponseAttachmentsProcessor::$htmlResponseAttachmentsProcessor property core/modules/big_pipe/src/Render/BigPipeResponseAttachmentsProcessor.php The HTML response attachments processor service.
BigPipeResponseAttachmentsProcessor::processAttachments function core/modules/big_pipe/src/Render/BigPipeResponseAttachmentsProcessor.php Processes the attachments of a response that has attachments.
BigPipeResponseAttachmentsProcessor::__construct function core/modules/big_pipe/src/Render/BigPipeResponseAttachmentsProcessor.php Constructs a BigPipeResponseAttachmentsProcessor object.
BigPipeResponseAttachmentsProcessorTest class core/modules/big_pipe/tests/src/Unit/Render/BigPipeResponseAttachmentsProcessorTest.php @coversDefaultClass \Drupal\big_pipe\Render\BigPipeResponseAttachmentsProcessor[[api-linebreak]]
@group big_pipe
BigPipeResponseAttachmentsProcessorTest.php file core/modules/big_pipe/tests/src/Unit/Render/BigPipeResponseAttachmentsProcessorTest.php
BigPipeResponseAttachmentsProcessorTest::attachmentsProvider function core/modules/big_pipe/tests/src/Unit/Render/BigPipeResponseAttachmentsProcessorTest.php
BigPipeResponseAttachmentsProcessorTest::createBigPipeResponseAttachmentsProcessor function core/modules/big_pipe/tests/src/Unit/Render/BigPipeResponseAttachmentsProcessorTest.php Creates a BigPipeResponseAttachmentsProcessor with mostly dummies.
BigPipeResponseAttachmentsProcessorTest::nonHtmlResponseProvider function core/modules/big_pipe/tests/src/Unit/Render/BigPipeResponseAttachmentsProcessorTest.php
BigPipeResponseAttachmentsProcessorTest::testHtmlResponse function core/modules/big_pipe/tests/src/Unit/Render/BigPipeResponseAttachmentsProcessorTest.php @covers ::processAttachments[[api-linebreak]]
BigPipeResponseAttachmentsProcessorTest::testNonHtmlResponse function core/modules/big_pipe/tests/src/Unit/Render/BigPipeResponseAttachmentsProcessorTest.php @covers ::processAttachments[[api-linebreak]]
BigPipeStrategy::doProcessPlaceholders function core/modules/big_pipe/src/Render/Placeholder/BigPipeStrategy.php Transforms placeholders to BigPipe placeholders, either no-JS or JS.
BigPipeStrategy::processPlaceholders function core/modules/big_pipe/src/Render/Placeholder/BigPipeStrategy.php Processes placeholders to render them with different strategies.
BigPipeStrategyTest::testProcessPlaceholders function core/modules/big_pipe/tests/src/Unit/Render/Placeholder/BigPipeStrategyTest.php @covers ::processPlaceholders[[api-linebreak]]
BlockEntityOffCanvasFormRouteProcessorBC class core/modules/settings_tray/src/RouteProcessor/BlockEntityOffCanvasFormRouteProcessorBC.php Processes the Block entity off-canvas form BC route.
BlockEntityOffCanvasFormRouteProcessorBC.php file core/modules/settings_tray/src/RouteProcessor/BlockEntityOffCanvasFormRouteProcessorBC.php
BlockEntityOffCanvasFormRouteProcessorBC::$routeProvider property core/modules/settings_tray/src/RouteProcessor/BlockEntityOffCanvasFormRouteProcessorBC.php The route provider.
BlockEntityOffCanvasFormRouteProcessorBC::overwriteRoute function core/modules/settings_tray/src/RouteProcessor/BlockEntityOffCanvasFormRouteProcessorBC.php Overwrites one route's metadata with the other's.
BlockEntityOffCanvasFormRouteProcessorBC::processOutbound function core/modules/settings_tray/src/RouteProcessor/BlockEntityOffCanvasFormRouteProcessorBC.php Processes the outbound route.
BlockEntityOffCanvasFormRouteProcessorBC::__construct function core/modules/settings_tray/src/RouteProcessor/BlockEntityOffCanvasFormRouteProcessorBC.php Constructs a BlockEntityOffCanvasFormRouteProcessorBC object.
BlockManager::processDefinition function core/lib/Drupal/Core/Block/BlockManager.php Performs extra processing on plugin definitions.
BreakpointManager::processDefinition function core/modules/breakpoint/src/BreakpointManager.php Performs extra processing on plugin definitions.
BrokenInboundPathProcessor class core/modules/system/tests/modules/update_script_test/src/PathProcessor/BrokenInboundPathProcessor.php Example path processor which breaks on inbound.
BrokenInboundPathProcessor.php file core/modules/system/tests/modules/update_script_test/src/PathProcessor/BrokenInboundPathProcessor.php
BrokenInboundPathProcessor::$state property core/modules/system/tests/modules/update_script_test/src/PathProcessor/BrokenInboundPathProcessor.php The state.
BrokenInboundPathProcessor::processInbound function core/modules/system/tests/modules/update_script_test/src/PathProcessor/BrokenInboundPathProcessor.php Processes the inbound path.
BrokenInboundPathProcessor::__construct function core/modules/system/tests/modules/update_script_test/src/PathProcessor/BrokenInboundPathProcessor.php Constructs a new BrokenInboundPathProcessor instance.
Button::processButton function core/lib/Drupal/Core/Render/Element/Button.php Processes a form button element.
CacheableUnprocessableEntityHttpException class core/lib/Drupal/Core/Http/Exception/CacheableUnprocessableEntityHttpException.php A cacheable UnprocessableEntityHttpException.
CacheableUnprocessableEntityHttpException.php file core/lib/Drupal/Core/Http/Exception/CacheableUnprocessableEntityHttpException.php
CacheableUnprocessableEntityHttpException::__construct function core/lib/Drupal/Core/Http/Exception/CacheableUnprocessableEntityHttpException.php
CategorizingPluginManager::processDefinition function core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php Performs extra processing on plugin definitions.
CategorizingPluginManagerTrait::processDefinitionCategory function core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php Processes a plugin definition to ensure there is a category.
CategorizingPluginManagerTraitTest::testProcessDefinitionCategory function core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php @covers ::processDefinitionCategory[[api-linebreak]]
CckFieldPluginBase::defineValueProcessPipeline function core/modules/migrate_drupal/src/Plugin/migrate/cckfield/CckFieldPluginBase.php Apply any custom processing to the field bundle migrations.
CckFieldPluginBase::processCckFieldValues function core/modules/migrate_drupal/src/Plugin/migrate/cckfield/CckFieldPluginBase.php Apply any custom processing to the field bundle migrations.
ChainedPlaceholderStrategy::processPlaceholders function core/lib/Drupal/Core/Render/Placeholder/ChainedPlaceholderStrategy.php Processes placeholders to render them with different strategies.
ChainedPlaceholderStrategyTest::providerProcessPlaceholders function core/tests/Drupal/Tests/Core/Render/Placeholder/ChainedPlaceholderStrategyTest.php Provides a list of render strategies, placeholders and results.
ChainedPlaceholderStrategyTest::testProcessPlaceholders function core/tests/Drupal/Tests/Core/Render/Placeholder/ChainedPlaceholderStrategyTest.php @covers ::addPlaceholderStrategy[[api-linebreak]]
@covers ::processPlaceholders[[api-linebreak]]
ChainedPlaceholderStrategyTest::testProcessPlaceholdersNoStrategies function core/tests/Drupal/Tests/Core/Render/Placeholder/ChainedPlaceholderStrategyTest.php @covers ::processPlaceholders[[api-linebreak]]
ChainedPlaceholderStrategyTest::testProcessPlaceholdersWithRoguePlaceholderStrategy function core/tests/Drupal/Tests/Core/Render/Placeholder/ChainedPlaceholderStrategyTest.php @covers ::processPlaceholders[[api-linebreak]]
Checkbox::processCheckbox function core/lib/Drupal/Core/Render/Element/Checkbox.php Sets the #checked property of a checkbox element.
Checkboxes::processCheckboxes function core/lib/Drupal/Core/Render/Element/Checkboxes.php Processes a checkboxes form element.
CKEditorIntegrationTest::testOnlyDrupalMediaTagProcessed function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Tests that only <drupal-media> tags are processed.
claro_preprocess_admin_block function core/themes/claro/claro.theme Implements template_preprocess_HOOK() for admin_block.
claro_preprocess_admin_block_content function core/themes/claro/claro.theme Implements template_preprocess_HOOK() for admin_block.
claro_preprocess_block function core/themes/claro/claro.theme Implements hook_preprocess_block() for block content.
claro_preprocess_block_content_add_list function core/themes/claro/claro.theme Implements template_preprocess_HOOK() for block_content_add_list.
claro_preprocess_datetime_wrapper function core/themes/claro/claro.theme Implements template_preprocess_HOOK() for datetime_wrapper.
claro_preprocess_details function core/themes/claro/claro.theme Implements hook_preprocess_HOOK() for details.

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