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. Other projects
Title Object type File name Summary
OliveroHooks::preprocessTable function core/themes/olivero/src/Hook/OliveroHooks.php Implements hook_preprocess_table().
OliveroHooks::preprocessTextarea function core/themes/olivero/src/Hook/OliveroHooks.php Implements hook_preprocess_HOOK() for textarea.
OliveroHooks::preprocessTextFormatWrapper function core/themes/olivero/src/Hook/OliveroHooks.php Implements hook_preprocess_HOOK() for text-format-wrapper.
OliveroHooks::preprocessViewsViewTable function core/themes/olivero/src/Hook/OliveroHooks.php Implements hook_preprocess_HOOK() for views-view-table.
OliveroPagePreprocessHooks class core/themes/olivero/src/Hook/OliveroPagePreprocessHooks.php Page preprocess hooks for olivero.
OliveroPagePreprocessHooks.php file core/themes/olivero/src/Hook/OliveroPagePreprocessHooks.php
OliveroPagePreprocessHooks::preprocessHtml function core/themes/olivero/src/Hook/OliveroPagePreprocessHooks.php Implements hook_preprocess_HOOK() for HTML document templates.
OliveroPagePreprocessHooks::__construct function core/themes/olivero/src/Hook/OliveroPagePreprocessHooks.php
OliveroTest::testPreprocessBlock function core/tests/Drupal/FunctionalTests/Theme/OliveroTest.php Tests that olivero_preprocess_block is functioning as expected.
OliveroTestThemeHooks::preprocessFieldMultipleValueForm function core/modules/system/tests/modules/olivero_test/src/Hook/OliveroTestThemeHooks.php Implements hook_preprocess_field_multiple_value_form().
OliveroTestThemeHooks::preprocessHtml function core/modules/system/tests/modules/olivero_test/src/Hook/OliveroTestThemeHooks.php Implements hook_preprocess_html().
OperationInterface::process function composer/Plugin/Scaffold/Operations/OperationInterface.php Process this scaffold operation.
OutboundPathProcessorInterface interface core/lib/Drupal/Core/PathProcessor/OutboundPathProcessorInterface.php Defines an interface for classes that process the outbound path.
OutboundPathProcessorInterface.php file core/lib/Drupal/Core/PathProcessor/OutboundPathProcessorInterface.php
OutboundPathProcessorInterface::processOutbound function core/lib/Drupal/Core/PathProcessor/OutboundPathProcessorInterface.php Processes the outbound path.
OutboundRouteProcessorInterface interface core/lib/Drupal/Core/RouteProcessor/OutboundRouteProcessorInterface.php Defines an interface for classes that process the outbound route.
OutboundRouteProcessorInterface.php file core/lib/Drupal/Core/RouteProcessor/OutboundRouteProcessorInterface.php
OutboundRouteProcessorInterface::processOutbound function core/lib/Drupal/Core/RouteProcessor/OutboundRouteProcessorInterface.php Processes the outbound route.
outbound_processing_test.info.yml file core/modules/menu_link_content/tests/outbound_processing_test/outbound_processing_test.info.yml core/modules/menu_link_content/tests/outbound_processing_test/outbound_processing_test.info.yml
outbound_processing_test.routing.yml file core/modules/menu_link_content/tests/outbound_processing_test/outbound_processing_test.routing.yml core/modules/menu_link_content/tests/outbound_processing_test/outbound_processing_test.routing.yml
PackageManagerUpdateProcessor class core/modules/package_manager/src/PackageManagerUpdateProcessor.php Extends the Update Status update processor allow fetching any project.
PackageManagerUpdateProcessor.php file core/modules/package_manager/src/PackageManagerUpdateProcessor.php
PackageManagerUpdateProcessor::getProjectData function core/modules/package_manager/src/PackageManagerUpdateProcessor.php Gets the project data by name.
PackageManagerUpdateProcessor::processFetchTask function core/modules/package_manager/src/PackageManagerUpdateProcessor.php Processes a task to fetch available update data for a single project.
PackageManagerUpdateProcessor::__construct function core/modules/package_manager/src/PackageManagerUpdateProcessor.php Constructs an UpdateProcessor.
PagerPreprocess class core/lib/Drupal/Core/Pager/PagerPreprocess.php Pager theme preprocess.
PagerPreprocess.php file core/lib/Drupal/Core/Pager/PagerPreprocess.php
PagerPreprocess::preprocessPager function core/lib/Drupal/Core/Pager/PagerPreprocess.php Prepares variables for pager templates.
PagerPreprocess::__construct function core/lib/Drupal/Core/Pager/PagerPreprocess.php
PagerTestThemeHooks::preprocessPager function core/modules/system/tests/modules/pager_test/src/Hook/PagerTestThemeHooks.php Implements hook_preprocess_HOOK().
PasswordConfirm::processPasswordConfirm function core/lib/Drupal/Core/Render/Element/PasswordConfirm.php Expand a password_confirm field into two text boxes.
PathBasedBreadcrumbBuilder::$pathProcessor property core/modules/system/src/PathBasedBreadcrumbBuilder.php The inbound path processor.
PathBasedBreadcrumbBuilderTest::$pathProcessor property core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php The mocked path processor.
PathBasedBreadcrumbBuilderTest::setupStubPathProcessor function core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php Prepares the mock processInbound() method.
PathBasedBreadcrumbBuilderTest::testBuildWithNonProcessedPath function core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php Tests the build method with a non processed path.
PathProcessorDecode class core/lib/Drupal/Core/PathProcessor/PathProcessorDecode.php Processes the inbound path by decoding the URL.
PathProcessorDecode.php file core/lib/Drupal/Core/PathProcessor/PathProcessorDecode.php
PathProcessorDecode::processInbound function core/lib/Drupal/Core/PathProcessor/PathProcessorDecode.php Processes the inbound path.
PathProcessorFiles class core/modules/system/src/PathProcessor/PathProcessorFiles.php Defines a path processor to rewrite file URLs.
PathProcessorFiles.php file core/modules/system/src/PathProcessor/PathProcessorFiles.php
PathProcessorFiles::processInbound function core/modules/system/src/PathProcessor/PathProcessorFiles.php Processes the inbound path.
PathProcessorFront class core/lib/Drupal/Core/PathProcessor/PathProcessorFront.php Processes the inbound path by resolving it to the front page if empty.
PathProcessorFront.php file core/lib/Drupal/Core/PathProcessor/PathProcessorFront.php
PathProcessorFront::$config property core/lib/Drupal/Core/PathProcessor/PathProcessorFront.php A config factory for retrieving required config settings.
PathProcessorFront::processInbound function core/lib/Drupal/Core/PathProcessor/PathProcessorFront.php Processes the inbound path.
PathProcessorFront::__construct function core/lib/Drupal/Core/PathProcessor/PathProcessorFront.php Constructs a PathProcessorFront object.
PathProcessorFrontTest class core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorFrontTest.php Test front page path processing.
PathProcessorFrontTest.php file core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorFrontTest.php
PathProcessorFrontTest::providerProcessInbound function core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorFrontTest.php Inbound paths and expected results.
PathProcessorFrontTest::testProcessInbound function core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorFrontTest.php Tests basic inbound processing functionality.

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