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
MigrateSkipProcessExceptionTest.php file core/modules/migrate/tests/src/Unit/Exception/MigrateSkipProcessExceptionTest.php
MigrateSkipProcessExceptionTest::testDeprecation function core/modules/migrate/tests/src/Unit/Exception/MigrateSkipProcessExceptionTest.php Tests a deprecation error is triggered on throw.
MigrateSqlIdMapTest::testProcessedCount function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Tests the number of processed source rows.
MigrateUpgradeImportBatch::$numProcessed property core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php The processed items for one batch of a given migration.
Migration::$process property core/modules/migrate/src/Plugin/Migration.php The configuration describing the process plugins.
Migration::$processPluginManager property core/modules/migrate/src/Plugin/Migration.php The process plugin manager.
Migration::$processPlugins property core/modules/migrate/src/Plugin/Migration.php The cached process plugins.
Migration::allRowsProcessed function core/modules/migrate/src/Plugin/Migration.php Check if all source rows from this migration have been processed.
Migration::getProcess function core/modules/migrate/src/Plugin/Migration.php Gets the normalized process plugin configuration.
Migration::getProcessNormalized function core/modules/migrate/src/Plugin/Migration.php Resolve shorthands into a list of plugin configurations.
Migration::getProcessPlugins function core/modules/migrate/src/Plugin/Migration.php Returns the process plugins.
Migration::mergeProcessOfProperty function core/modules/migrate/src/Plugin/Migration.php Merge the process pipeline configuration for a single property.
Migration::setProcess function core/modules/migrate/src/Plugin/Migration.php Allows you to override the entire process configuration.
Migration::setProcessOfProperty function core/modules/migrate/src/Plugin/Migration.php Set the process pipeline configuration for an individual destination field.
MigrationInterface::allRowsProcessed function core/modules/migrate/src/Plugin/MigrationInterface.php Check if all source rows from this migration have been processed.
MigrationInterface::getProcess function core/modules/migrate/src/Plugin/MigrationInterface.php Gets the normalized process plugin configuration.
MigrationInterface::getProcessPlugins function core/modules/migrate/src/Plugin/MigrationInterface.php Returns the process plugins.
MigrationInterface::mergeProcessOfProperty function core/modules/migrate/src/Plugin/MigrationInterface.php Merge the process pipeline configuration for a single property.
MigrationInterface::setProcess function core/modules/migrate/src/Plugin/MigrationInterface.php Allows you to override the entire process configuration.
MigrationInterface::setProcessOfProperty function core/modules/migrate/src/Plugin/MigrationInterface.php Set the process pipeline configuration for an individual destination field.
MigrationPluginManager::processDefinition function core/modules/migrate_drupal/src/MigrationPluginManager.php Performs extra processing on plugin definitions.
MigrationProcessTest class core/modules/migrate_drupal/tests/src/Kernel/d6/MigrationProcessTest.php Tests the getProcess() method of all Drupal 6 migrations.
MigrationProcessTest class core/modules/migrate_drupal/tests/src/Kernel/d7/MigrationProcessTest.php Tests the getProcess() method of all Drupal 7 migrations.
MigrationProcessTest.php file core/modules/migrate_drupal/tests/src/Kernel/d6/MigrationProcessTest.php
MigrationProcessTest.php file core/modules/migrate_drupal/tests/src/Kernel/d7/MigrationProcessTest.php
MigrationProcessTest::setUp function core/modules/migrate_drupal/tests/src/Kernel/d6/MigrationProcessTest.php
MigrationProcessTest::setUp function core/modules/migrate_drupal/tests/src/Kernel/d7/MigrationProcessTest.php
MigrationProcessTest::testGetProcess function core/modules/migrate_drupal/tests/src/Kernel/d6/MigrationProcessTest.php Tests that calling getProcess() on a migration does not throw an exception.
MigrationProcessTest::testGetProcess function core/modules/migrate_drupal/tests/src/Kernel/d7/MigrationProcessTest.php Tests that calling getProcess() on a migration does not throw an exception.
MigrationTest::getProcessPluginsExceptionMessageProvider function core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php Provides data for testing invalid process pipeline.
MigrationTest::testGetProcessPlugins function core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php Tests Migration::getProcessPlugins()
MigrationTest::testGetProcessPluginsException function core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php Tests Migration::getProcessPlugins() throws an exception.
MigrationTest::testGetProcessPluginsExceptionMessage function core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php Tests Migration::getProcessPlugins()
ModifyServiceDefinitionsPass::process function core/lib/Drupal/Core/DependencyInjection/Compiler/ModifyServiceDefinitionsPass.php
ModuleHandlerTest::testOopPreprocess function core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php Tests Oop preprocess functions.
ModuleHandlerTest::testProceduralPreprocess function core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php Tests procedural preprocess functions.
ModuleTestCompilerPass::process function core/modules/system/tests/modules/module_test/src/ModuleTestCompilerPass.php
ModuleTestOopPreprocessThemeHooks class core/modules/system/tests/modules/module_test_oop_preprocess/src/Hook/ModuleTestOopPreprocessThemeHooks.php Hook implementations for module_test_oop_preprocess.
ModuleTestOopPreprocessThemeHooks.php file core/modules/system/tests/modules/module_test_oop_preprocess/src/Hook/ModuleTestOopPreprocessThemeHooks.php
ModuleTestOopPreprocessThemeHooks::preprocessTest function core/modules/system/tests/modules/module_test_oop_preprocess/src/Hook/ModuleTestOopPreprocessThemeHooks.php #[Hook('preprocess_test')]
ModuleTestOopPreprocessThemeHooks::rootPreprocess function core/modules/system/tests/modules/module_test_oop_preprocess/src/Hook/ModuleTestOopPreprocessThemeHooks.php #[Hook('preprocess')]
module_test_oop_preprocess.info.yml file core/modules/system/tests/modules/module_test_oop_preprocess/module_test_oop_preprocess.info.yml core/modules/system/tests/modules/module_test_oop_preprocess/module_test_oop_preprocess.info.yml
module_test_procedural_preprocess.info.yml file core/modules/system/tests/modules/module_test_procedural_preprocess/module_test_procedural_preprocess.info.yml core/modules/system/tests/modules/module_test_procedural_preprocess/module_test_procedural_preprocess.info.yml
module_test_procedural_preprocess.module file core/modules/system/tests/modules/module_test_procedural_preprocess/module_test_procedural_preprocess.module
module_test_procedural_preprocess_preprocess function core/modules/system/tests/modules/module_test_procedural_preprocess/module_test_procedural_preprocess.module
module_test_procedural_preprocess_preprocess_test function core/modules/system/tests/modules/module_test_procedural_preprocess/module_test_procedural_preprocess.module
NavigationTestThemeHooks::preprocessBlockNavigation function core/modules/navigation/tests/navigation_test/src/Hook/NavigationTestThemeHooks.php Implements hook_preprocess_HOOK().
navigation_test_preprocess_block__navigation function core/modules/navigation/tests/navigation_test/navigation_test.module Implements hook_preprocess_HOOK().
NodeThemeHooks::preprocessFieldNode function core/modules/node/src/Hook/NodeThemeHooks.php Implements hook_preprocess_HOOK() for node field templates.
node_preprocess_block function core/modules/node/node.module Implements hook_preprocess_HOOK() for block templates.

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