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
StarterKitInterface::postProcess function core/lib/Drupal/Core/Theme/StarterKitInterface.php Performs post-processing of a generated theme.
starterkit_theme_preprocess_image_widget function core/themes/starterkit_theme/starterkit_theme.theme Implements hook_preprocess_image_widget().
statistics_preprocess_block function core/modules/statistics/statistics.module Implements hook_preprocess_HOOK() for block templates.
SubProcess class core/modules/migrate/src/Plugin/migrate/process/SubProcess.php Runs an array of arrays through its own process pipeline.
SubProcess.php file core/modules/migrate/src/Plugin/migrate/process/SubProcess.php
SubProcess::multiple function core/modules/migrate/src/Plugin/migrate/process/SubProcess.php Indicates whether the returned value requires multiple handling.
SubProcess::transform function core/modules/migrate/src/Plugin/migrate/process/SubProcess.php Performs the associated process.
SubProcess::transformKey function core/modules/migrate/src/Plugin/migrate/process/SubProcess.php Runs the process pipeline for the key to determine its dynamic name.
SubProcess::__construct function core/modules/migrate/src/Plugin/migrate/process/SubProcess.php SubProcess constructor.
SubProcessTest class core/modules/migrate/tests/src/Unit/process/SubProcessTest.php Tests the sub_process process plugin.
SubProcessTest.php file core/modules/migrate/tests/src/Unit/process/SubProcessTest.php
SubProcessTest::$migrationConfiguration property core/modules/migrate/tests/src/Unit/process/SubProcessTest.php
SubProcessTest::$plugin property core/modules/migrate/tests/src/Unit/process/SubProcessTest.php The sub_process plugin being tested.
SubProcessTest::providerTestNotFoundSubProcess function core/modules/migrate/tests/src/Unit/process/SubProcessTest.php Data provider for testNotFoundSubProcess().
SubProcessTest::providerTestSourceNotArray function core/modules/migrate/tests/src/Unit/process/SubProcessTest.php Data provider for testSourceNotArray().
SubProcessTest::providerTestSubProcess function core/modules/migrate/tests/src/Unit/process/SubProcessTest.php Data provider for testSubProcess().
SubProcessTest::testNotFoundSubProcess function core/modules/migrate/tests/src/Unit/process/SubProcessTest.php Tests the sub_process process plugin.
SubProcessTest::testSourceNotArray function core/modules/migrate/tests/src/Unit/process/SubProcessTest.php Tests behavior when source children are not arrays.
SubProcessTest::testSubProcess function core/modules/migrate/tests/src/Unit/process/SubProcessTest.php Tests the sub_process process plugin.
SubProcessWithSkipTest class core/modules/migrate/tests/src/Kernel/process/SubProcessWithSkipTest.php Tests process pipelines when a sub_process skips a row or process.
SubProcessWithSkipTest.php file core/modules/migrate/tests/src/Kernel/process/SubProcessWithSkipTest.php
SubProcessWithSkipTest::$modules property core/modules/migrate/tests/src/Kernel/process/SubProcessWithSkipTest.php Modules to install.
SubProcessWithSkipTest::getDefinition function core/modules/migrate/tests/src/Kernel/process/SubProcessWithSkipTest.php Provides the test migration definition.
SubProcessWithSkipTest::providerTestSubProcessSkip function core/modules/migrate/tests/src/Kernel/process/SubProcessWithSkipTest.php Data provider for testNotFoundSubProcess().
SubProcessWithSkipTest::testSubProcessSkip function core/modules/migrate/tests/src/Kernel/process/SubProcessWithSkipTest.php Test use of skip_on_empty within sub_process.
SuperUserAccessPolicyPass::process function core/lib/Drupal/Core/DependencyInjection/Compiler/SuperUserAccessPolicyPass.php
Symfony\Component\Process\ExecutableFinder service core/modules/package_manager/package_manager.services.yml
SystemMenuBlock::processMenuLevelParents function core/modules/system/src/Plugin/Block/SystemMenuBlock.php Form API callback: Processes the menu_levels field element.
system_authorized_batch_process function core/modules/system/system.module Use authorize.php to run batch_process().
system_authorized_batch_processing_url function core/modules/system/system.module Returns the URL for the authorize.php script when it is processing a batch.
system_preprocess_block function core/modules/system/system.module Implements hook_preprocess_HOOK() for block templates.
system_preprocess_toolbar function core/modules/system/system.module Implements hook_preprocess_toolbar().
Table::processTable function core/lib/Drupal/Core/Render/Element/Table.php #process callback for #type 'table' to add tableselect support.
Tableselect::processTableselect function core/lib/Drupal/Core/Render/Element/Tableselect.php Creates checkbox or radio elements to populate a tableselect table.
TableSelectTest::testProcessTableselectWithLinkTitle function core/tests/Drupal/Tests/Core/Render/Element/TableSelectTest.php @covers ::processTableselect
TableSelectTest::testProcessTableselectWithStringTitle function core/tests/Drupal/Tests/Core/Render/Element/TableSelectTest.php @covers ::processTableselect
TaggedHandlersPass::process function core/lib/Drupal/Core/DependencyInjection/Compiler/TaggedHandlersPass.php Finds services tagged with 'service_collector' or 'service_id_collector',
then finds all corresponding tagged services.
TaggedHandlersPass::processServiceCollectorPass function core/lib/Drupal/Core/DependencyInjection/Compiler/TaggedHandlersPass.php Processes a service collector service pass.
TaggedHandlersPass::processServiceIdCollectorPass function core/lib/Drupal/Core/DependencyInjection/Compiler/TaggedHandlersPass.php Processes a service collector ID service pass.
TaggedHandlersPassTest::testIdCollectorProcessRequiredHandlers function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests a required consumer with no handlers.
TaggedHandlersPassTest::testProcess function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests one consumer and two handlers.
TaggedHandlersPassTest::testProcessInterfaceMismatch function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests interface validation in non-production environment.
TaggedHandlersPassTest::testProcessMissingInterface function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests consumer with missing interface in non-production environment.
TaggedHandlersPassTest::testProcessNoConsumers function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests without any consumers.
TaggedHandlersPassTest::testProcessNoPriorityAndExtraArguments function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests consumer method with extra parameters and no priority.
TaggedHandlersPassTest::testProcessNoPriorityParam function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests consumer method without priority parameter.
TaggedHandlersPassTest::testProcessPriority function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests handler priority sorting.
TaggedHandlersPassTest::testProcessRequiredHandlers function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests a required consumer with no handlers.
TaggedHandlersPassTest::testProcessWithDifferentArgumentsOrderAndDefaultValue function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests consumer method with varying order of priority and extra parameters.
TaggedHandlersPassTest::testProcessWithExtraArguments function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests consumer method with extra parameters.

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