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
media_preprocess_media_reference_help function core/modules/media/media.module Implements hook_preprocess_HOOK() for media reference widgets.
media_test_embed_preprocess_media_embed_error function core/modules/media/tests/modules/media_test_embed/media_test_embed.module Implements hook_preprocess_HOOK().
media_test_oembed_preprocess_media_oembed_iframe function core/modules/media/tests/modules/media_test_oembed/media_test_oembed.module Implements hook_preprocess_media_oembed_iframe().
MenuLinkContentCacheabilityBubblingTest::testOutboundPathAndRouteProcessing function core/modules/menu_link_content/tests/src/Kernel/MenuLinkContentCacheabilityBubblingTest.php Tests bubbleable metadata of menu links' outbound route/path processing.
MenuLinkManager::processDefinition function core/lib/Drupal/Core/Menu/MenuLinkManager.php Performs extra processing on plugin definitions.
menu_ui_preprocess_block function core/modules/menu_ui/menu_ui.module Implements hook_preprocess_HOOK() for block templates.
MigrateBundleTest::testProcessBundle function core/modules/migrate/tests/src/Kernel/MigrateBundleTest.php Tests setting the bundle in the process pipeline.
MigrateExecutable::processPipeline function core/modules/migrate/src/MigrateExecutable.php Runs a process pipeline.
MigrateExecutable::processRow function core/modules/migrate/src/MigrateExecutable.php Processes a row.
MigrateExecutableInterface::processRow function core/modules/migrate/src/MigrateExecutableInterface.php Processes a row.
MigrateExecutableTest::testProcessRow function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the processRow method.
MigrateExecutableTest::testProcessRowEmptyDestination function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the processRow method.
MigrateExecutableTest::testProcessRowEmptyPipeline function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the processRow method with an empty pipeline.
MigrateExecutableTest::testProcessRowPipelineException function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the processRow pipeline exception.
MigrateFieldInterface::defineValueProcessPipeline function core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php Apply any custom processing to the field bundle migrations.
MigrateFieldPluginManager::processDefinition function core/modules/migrate_drupal/src/Plugin/MigrateFieldPluginManager.php Performs extra processing on plugin definitions.
MigrateIdMapInterface::processedCount function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Returns the number of processed items in the map.
MigrateProcess class core/modules/migrate/src/Attribute/MigrateProcess.php Defines a MigrateProcess attribute.
MigrateProcess.php file core/modules/migrate/src/Attribute/MigrateProcess.php
MigrateProcess::__construct function core/modules/migrate/src/Attribute/MigrateProcess.php Constructs a migrate process plugin attribute object.
MigrateProcessErrorMessagesTest class core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php Tests the format of messages from process plugin exceptions.
MigrateProcessErrorMessagesTest.php file core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php
MigrateProcessErrorMessagesTest::$definition property core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php The default stub migration definition.
MigrateProcessErrorMessagesTest::$idMap property core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php A prophesized ID Map.
MigrateProcessErrorMessagesTest::$idMapPluginManager property core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php A prophesized ID Map Plugin Manager.
MigrateProcessErrorMessagesTest::$modules property core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php Modules to install.
MigrateProcessErrorMessagesTest::$processPluginManager property core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php A prophesized Process Plugin Manager.
MigrateProcessErrorMessagesTest::setPluginManagers function core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php Prepares and sets the prophesized plugin managers.
MigrateProcessErrorMessagesTest::setUp function core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php
MigrateProcessErrorMessagesTest::testProcessErrorMessage function core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php Tests format of map messages saved from plugin exceptions.
MigrateProcessErrorMessagesTest::testSubProcessErrorMessage function core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php Tests format of map messages saved from sub_process exceptions.
MigrateProcessInterface interface core/modules/migrate/src/Plugin/MigrateProcessInterface.php An interface for migrate process plugins.
MigrateProcessInterface.php file core/modules/migrate/src/Plugin/MigrateProcessInterface.php
MigrateProcessInterface::isPipelineStopped function core/modules/migrate/src/Plugin/MigrateProcessInterface.php Determines if the pipeline should stop processing.
MigrateProcessInterface::multiple function core/modules/migrate/src/Plugin/MigrateProcessInterface.php Indicates whether the returned value requires multiple handling.
MigrateProcessInterface::reset function core/modules/migrate/src/Plugin/MigrateProcessInterface.php Resets the internal data of a plugin.
MigrateProcessInterface::transform function core/modules/migrate/src/Plugin/MigrateProcessInterface.php Performs the associated process.
MigrateProcessPlugin class core/modules/migrate/src/Annotation/MigrateProcessPlugin.php Defines a migration process plugin annotation object.
MigrateProcessPlugin.php file core/modules/migrate/src/Annotation/MigrateProcessPlugin.php
MigrateProcessPlugin::$handle_multiples property core/modules/migrate/src/Annotation/MigrateProcessPlugin.php Whether the plugin handles multiples itself.
MigrateProcessPlugin::$id property core/modules/migrate/src/Annotation/MigrateProcessPlugin.php A unique identifier for the process plugin.
MigrateProcessTestCase class core/modules/migrate/tests/src/Unit/process/MigrateProcessTestCase.php
MigrateProcessTestCase.php file core/modules/migrate/tests/src/Unit/process/MigrateProcessTestCase.php
MigrateProcessTestCase::$migrateExecutable property core/modules/migrate/tests/src/Unit/process/MigrateProcessTestCase.php
MigrateProcessTestCase::$plugin property core/modules/migrate/tests/src/Unit/process/MigrateProcessTestCase.php
MigrateProcessTestCase::$row property core/modules/migrate/tests/src/Unit/process/MigrateProcessTestCase.php
MigrateProcessTestCase::setUp function core/modules/migrate/tests/src/Unit/process/MigrateProcessTestCase.php
MigrateSkipProcessException class core/modules/migrate/src/MigrateSkipProcessException.php This exception is thrown when the rest of the process should be skipped.
MigrateSkipProcessException.php file core/modules/migrate/src/MigrateSkipProcessException.php
MigrateSkipProcessException::__construct function core/modules/migrate/src/MigrateSkipProcessException.php

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