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
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::$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::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::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::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::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::$process_plugin_manager property core/modules/migrate/tests/src/Unit/process/MigrationTest.php
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()
NodeReference::defineValueProcessPipeline function core/modules/migrate_drupal/src/Plugin/migrate/field/NodeReference.php Apply any custom processing to the field bundle migrations.
node_preprocess_block function core/modules/node/node.module Implements hook_preprocess_HOOK() for block templates.
node_preprocess_html function core/modules/node/node.module Implements hook_preprocess_HOOK() for HTML document templates.
NullGenerator::processPath function core/lib/Drupal/Core/Routing/NullGenerator.php Passes the path to a processor manager to allow alterations.
NullGenerator::processRoute function core/lib/Drupal/Core/Routing/NullGenerator.php Passes the route to the processor manager for altering before compilation.
NullIdMap::processedCount function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Returns the number of processed items in the map.
NullPathProcessorManager class core/lib/Drupal/Core/PathProcessor/NullPathProcessorManager.php Provides a null implementation of the path processor manager.
NullPathProcessorManager.php file core/lib/Drupal/Core/PathProcessor/NullPathProcessorManager.php
NullPathProcessorManager::processInbound function core/lib/Drupal/Core/PathProcessor/NullPathProcessorManager.php Processes the inbound path.
NullPathProcessorManager::processOutbound function core/lib/Drupal/Core/PathProcessor/NullPathProcessorManager.php Processes the outbound path.
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
pager_test_preprocess_pager function core/modules/system/tests/modules/pager_test/pager_test.module Implements hook_preprocess_HOOK().
PasswordConfirm::processPasswordConfirm function core/lib/Drupal/Core/Render/Element/PasswordConfirm.php Expand a password_confirm field into two text boxes.
path.route_processor_bc service core/modules/path/path.services.yml Drupal\path\Routing\RouteProcessor
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.

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