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. Search 11.x for _process_
  6. Other projects
Title Object type File name Summary
Sql::processedCount function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
SqlContentEntityStorageSchema::processDataTable function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Processes the gathered schema for a base table.
SqlContentEntityStorageSchema::processFieldStorageSchema function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Processes the schema for a field storage definition.
SqlContentEntityStorageSchema::processIdentifierSchema function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Processes the specified entity key.
SqlContentEntityStorageSchema::processRevisionDataTable function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Processes the gathered schema for a base table.
Stable9Hooks::preprocessItemListSearchResults function core/themes/stable9/src/Hook/Stable9Hooks.php Implements hook_preprocess_item_list__search_results().
Stable9Hooks::preprocessViewsView function core/themes/stable9/src/Hook/Stable9Hooks.php Implements hook_preprocess_views_view().
stable9_preprocess_item_list__search_results function core/themes/stable9/stable9.theme Implements hook_preprocess_item_list__search_results().
stable9_preprocess_views_view function core/themes/stable9/stable9.theme Implements hook_preprocess_views_view().
StackedKernelPass::processValue function core/lib/Drupal/Core/DependencyInjection/Compiler/StackedKernelPass.php
StackedKernelPassTest::testProcessWithHttpKernel function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php Tests process with http kernel.
StackedKernelPassTest::testProcessWithStackedKernel function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php Tests process with stacked kernel.
StackedKernelPassTest::testProcessWithStackedKernelAndFinalHttpMiddleware function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php Tests that class declared 'final' can be added as http_middleware.
StackedKernelPassTest::testProcessWithStackedKernelAndServiceClosureMiddleware function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php Tests that class taking a service closure can be added as http_middleware.
StarterkitThemeHooks::preprocessImageWidget function core/themes/starterkit_theme/src/Hook/StarterkitThemeHooks.php Implements hook_preprocess_image_widget().
starterkit_theme_preprocess_image_widget function core/themes/starterkit_theme/starterkit_theme.theme Implements hook_preprocess_image_widget().
SubProcess.php file core/modules/migrate/src/Plugin/migrate/process/SubProcess.php
SubProcess::multiple function core/modules/migrate/src/Plugin/migrate/process/SubProcess.php
SubProcess::transform function core/modules/migrate/src/Plugin/migrate/process/SubProcess.php
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 The default migration configuration.
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
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.
Symfony\Component\Process\ExecutableFinder service core/modules/package_manager/package_manager.services.yml
SystemAdminThemePreprocess.php file core/modules/system/src/Theme/SystemAdminThemePreprocess.php
SystemAdminThemePreprocess::preprocessAdminBlockContent function core/modules/system/src/Theme/SystemAdminThemePreprocess.php Prepares variables for administrative content block templates.
SystemAdminThemePreprocess::preprocessAdminPage function core/modules/system/src/Theme/SystemAdminThemePreprocess.php Prepares variables for administrative index page templates.
SystemAdminThemePreprocess::preprocessSystemAdminIndex function core/modules/system/src/Theme/SystemAdminThemePreprocess.php Prepares variables for admin index templates.
SystemAdminThemePreprocess::preprocessSystemModulesDetails function core/modules/system/src/Theme/SystemAdminThemePreprocess.php Prepares variables for the module details templates.
SystemAdminThemePreprocess::preprocessSystemModulesUninstall function core/modules/system/src/Theme/SystemAdminThemePreprocess.php Prepares variables for module uninstall templates.
SystemAdminThemePreprocess::preprocessSystemSecurityAdvisoriesFetchErrorMessage function core/modules/system/src/Theme/SystemAdminThemePreprocess.php Prepares variables for security advisories fetch error message templates.
SystemAdminThemePreprocess::preprocessSystemThemesPage function core/modules/system/src/Theme/SystemAdminThemePreprocess.php Prepares variables for appearance page templates.
SystemAdminThemePreprocess::__construct function core/modules/system/src/Theme/SystemAdminThemePreprocess.php
SystemMenuBlock::processMenuLevelParents function core/modules/system/src/Plugin/Block/SystemMenuBlock.php Form API callback: Processes the menu_levels field element.
SystemThemeHooks::preprocessBlock function core/modules/system/src/Hook/SystemThemeHooks.php Implements hook_preprocess_HOOK() for block templates.
SystemThemeHooks::preprocessEntityAddList function core/modules/system/src/Hook/SystemThemeHooks.php Prepares variables for the list of available bundles.

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