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
RegistryTest::providerTestPostProcessExtension function core/tests/Drupal/Tests/Core/Theme/RegistryTest.php Provides test data to ::testPostProcessExtension().
RegistryTest::testPostProcessExtension function core/tests/Drupal/Tests/Core/Theme/RegistryTest.php @covers ::postProcessExtension[[api-linebreak]]
@covers ::completeSuggestion[[api-linebreak]]
@covers ::mergePreprocessFunctions[[api-linebreak]]
RegistryTest::testSuggestionPreprocessFunctions function core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php Tests the theme registry with suggestions.
RenderElement::processAjaxForm function core/lib/Drupal/Core/Render/Element/RenderElement.php Form element processing handler for the #ajax form property.
RenderElement::processGroup function core/lib/Drupal/Core/Render/Element/RenderElement.php Arranges elements into groups.
RenderElementHelper::processElement function core/modules/inline_form_errors/src/RenderElementHelper.php Process all render elements.
RendererLegacyTest::testDrupalProcessStates function core/tests/Drupal/KernelTests/Core/Render/RendererLegacyTest.php Tests deprecation of the drupal_process_states() function.
RenderTest::testDrupalRenderThemePreprocessAttached function core/tests/Drupal/KernelTests/Core/Render/RenderTest.php Tests theme preprocess functions being able to attach assets.
RenderTest::testProcessAttached function core/tests/Drupal/KernelTests/Core/Render/RenderTest.php Tests that we get an exception when we try to attach an illegal type.
ReplaceOp::process function composer/Plugin/Scaffold/Operations/ReplaceOp.php Process this scaffold operation.
ReplaceOpTest::testProcess function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Integration/ReplaceOpTest.php @covers ::process[[api-linebreak]]
RequestSanitizer::processParameterBag function core/lib/Drupal/Core/Security/RequestSanitizer.php Processes a request parameter bag.
rest.path_processor_entity_resource_bc service core/modules/rest/rest.services.yml \Drupal\rest\PathProcessor\PathProcessorEntityResourceBC
rest.route_processor_get_bc service core/modules/rest/rest.services.yml \Drupal\rest\RouteProcessor\RestResourceGetRouteProcessorBC
RestResourceGetRouteProcessorBC class core/modules/rest/src/RouteProcessor/RestResourceGetRouteProcessorBC.php Processes the BC REST routes, to ensure old route names continue to work.
RestResourceGetRouteProcessorBC.php file core/modules/rest/src/RouteProcessor/RestResourceGetRouteProcessorBC.php
RestResourceGetRouteProcessorBC::$routeProvider property core/modules/rest/src/RouteProcessor/RestResourceGetRouteProcessorBC.php The route provider.
RestResourceGetRouteProcessorBC::$serializerFormats property core/modules/rest/src/RouteProcessor/RestResourceGetRouteProcessorBC.php The available serialization formats.
RestResourceGetRouteProcessorBC::overwriteRoute function core/modules/rest/src/RouteProcessor/RestResourceGetRouteProcessorBC.php Overwrites one route's metadata with the other's.
RestResourceGetRouteProcessorBC::processOutbound function core/modules/rest/src/RouteProcessor/RestResourceGetRouteProcessorBC.php Processes the outbound route.
RestResourceGetRouteProcessorBC::__construct function core/modules/rest/src/RouteProcessor/RestResourceGetRouteProcessorBC.php Constructs a RestResourceGetRouteProcessorBC object.
RouteNoneTest::testProcessOutbound function core/tests/Drupal/KernelTests/Core/RouteProcessor/RouteNoneTest.php Tests the output process.
RouteProcessor class core/modules/path/src/Routing/RouteProcessor.php Processes the backwards-compatibility layer for path alias routes.
RouteProcessor.php file core/modules/path/src/Routing/RouteProcessor.php
RouteProcessor::$routeProvider property core/modules/path/src/Routing/RouteProcessor.php The route provider.
RouteProcessor::overwriteRoute function core/modules/path/src/Routing/RouteProcessor.php Overwrites one route's metadata with the other's.
RouteProcessor::processOutbound function core/modules/path/src/Routing/RouteProcessor.php Processes the outbound route.
RouteProcessor::__construct function core/modules/path/src/Routing/RouteProcessor.php Constructs a RouteProcessor object.
RouteProcessorCsrf class core/lib/Drupal/Core/Access/RouteProcessorCsrf.php Processes the outbound route to handle the CSRF token.
RouteProcessorCsrf.php file core/lib/Drupal/Core/Access/RouteProcessorCsrf.php
RouteProcessorCsrf::$csrfToken property core/lib/Drupal/Core/Access/RouteProcessorCsrf.php The CSRF token generator.
RouteProcessorCsrf::processOutbound function core/lib/Drupal/Core/Access/RouteProcessorCsrf.php Processes the outbound route.
RouteProcessorCsrf::renderPlaceholderCsrfToken function core/lib/Drupal/Core/Access/RouteProcessorCsrf.php #lazy_builder callback; gets a CSRF token for the given path.
RouteProcessorCsrf::trustedCallbacks function core/lib/Drupal/Core/Access/RouteProcessorCsrf.php Lists the trusted callbacks provided by the implementing class.
RouteProcessorCsrf::__construct function core/lib/Drupal/Core/Access/RouteProcessorCsrf.php Constructs a RouteProcessorCsrf object.
RouteProcessorCsrfTest class core/tests/Drupal/Tests/Core/Access/RouteProcessorCsrfTest.php @coversDefaultClass \Drupal\Core\Access\RouteProcessorCsrf[[api-linebreak]]
@group Access
RouteProcessorCsrfTest.php file core/tests/Drupal/Tests/Core/Access/RouteProcessorCsrfTest.php
RouteProcessorCsrfTest::$csrfToken property core/tests/Drupal/Tests/Core/Access/RouteProcessorCsrfTest.php The mock CSRF token generator.
RouteProcessorCsrfTest::$processor property core/tests/Drupal/Tests/Core/Access/RouteProcessorCsrfTest.php The route processor.
RouteProcessorCsrfTest::setUp function core/tests/Drupal/Tests/Core/Access/RouteProcessorCsrfTest.php
RouteProcessorCsrfTest::testProcessOutbound function core/tests/Drupal/Tests/Core/Access/RouteProcessorCsrfTest.php Tests the processOutbound() method with a _csrf_token route requirement.
RouteProcessorCsrfTest::testProcessOutboundDynamicOne function core/tests/Drupal/Tests/Core/Access/RouteProcessorCsrfTest.php Tests the processOutbound() method with a dynamic path and one replacement.
RouteProcessorCsrfTest::testProcessOutboundDynamicTwo function core/tests/Drupal/Tests/Core/Access/RouteProcessorCsrfTest.php Tests the processOutbound() method with two parameter replacements.
RouteProcessorCsrfTest::testProcessOutboundNoRequirement function core/tests/Drupal/Tests/Core/Access/RouteProcessorCsrfTest.php Tests the processOutbound() method with no _csrf_token route requirement.
RouteProcessorCurrent class core/lib/Drupal/Core/RouteProcessor/RouteProcessorCurrent.php Provides a route processor to replace <current>.
RouteProcessorCurrent.php file core/lib/Drupal/Core/RouteProcessor/RouteProcessorCurrent.php
RouteProcessorCurrent::$routeMatch property core/lib/Drupal/Core/RouteProcessor/RouteProcessorCurrent.php The current route match.
RouteProcessorCurrent::processOutbound function core/lib/Drupal/Core/RouteProcessor/RouteProcessorCurrent.php Processes the outbound route.
RouteProcessorCurrent::__construct function core/lib/Drupal/Core/RouteProcessor/RouteProcessorCurrent.php Constructs a new RouteProcessorCurrent.
RouteProcessorCurrentIntegrationTest class core/tests/Drupal/KernelTests/Core/RouteProcessor/RouteProcessorCurrentIntegrationTest.php Tests the <current> route processor.

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