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 main for _process_
  6. Other projects
Title Object type File name Summary
LocalTaskManager::processDefinition function core/lib/Drupal/Core/Menu/LocalTaskManager.php Performs extra processing on plugin definitions.
MachineName::processMachineName function core/lib/Drupal/Core/Render/Element/MachineName.php Processes a machine-readable name form element.
MachineNameTest::testProcessMachineName function core/tests/Drupal/Tests/Core/Render/Element/MachineNameTest.php Tests process machine name.
ManagedFile::processManagedFile function core/modules/file/src/Element/ManagedFile.php Render API callback: Expands the managed_file element type.
Mapping::processRequiredKeyFlags function core/lib/Drupal/Core/Config/Schema/Mapping.php Validates optional `requiredKey` flags, guarantees one will be set.
MediaEmbedFilterTest::testOnlyDrupalMediaTagProcessed function core/modules/media/tests/src/Kernel/MediaEmbedFilterTest.php Tests that only <drupal-media> tags are processed.
MediaEmbedFilterTestBase::processText function core/modules/media/tests/src/Kernel/MediaEmbedFilterTestBase.php Processes text through the provided filters.
MediaLibraryThemeHooks::preprocessMedia function core/modules/media_library/src/Hook/MediaLibraryThemeHooks.php Implements hook_preprocess_media().
MediaLibraryThemeHooks::preprocessMediaLibraryItem function core/modules/media_library/src/Hook/MediaLibraryThemeHooks.php Prepares variables for a selected media item.
MediaLibraryThemeHooks::preprocessMediaLibraryWrapper function core/modules/media_library/src/Hook/MediaLibraryThemeHooks.php Prepares variables for the media library modal dialog.
MediaLibraryThemeHooks::preprocessViewsViewFields function core/modules/media_library/src/Hook/MediaLibraryThemeHooks.php Implements hook_preprocess_views_view_fields().
MediaLibraryThemeHooks::preprocessViewsViewMediaLibrary function core/modules/media_library/src/Hook/MediaLibraryThemeHooks.php Implements hook_preprocess_HOOK() for the 'media_library' view.
MediaTest::testOnlyDrupalMediaTagProcessed function core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaTest.php Tests that only <drupal-media> tags are processed.
MediaTestEmbedThemeHooks::preprocessMediaEmbedError function core/modules/media/tests/modules/media_test_embed/src/Hook/MediaTestEmbedThemeHooks.php Implements hook_preprocess_HOOK().
MediaTestOembedThemeHooks::preprocessMediaOembedIframe function core/modules/media/tests/modules/media_test_oembed/src/Hook/MediaTestOembedThemeHooks.php Implements hook_preprocess_media_oembed_iframe().
MediaThemeHooks::preprocessMedia function core/modules/media/src/Hook/MediaThemeHooks.php Prepares variables for media templates.
MediaThemeHooks::preprocessMediaReferenceHelp function core/modules/media/src/Hook/MediaThemeHooks.php Implements hook_preprocess_HOOK() for media reference widgets.
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.
MenuPreprocess.php file core/lib/Drupal/Core/Menu/MenuPreprocess.php
MenuPreprocess::preprocessMenuLocalAction function core/lib/Drupal/Core/Menu/MenuPreprocess.php Prepares variables for single local action link templates.
MenuPreprocess::preprocessMenuLocalTask function core/lib/Drupal/Core/Menu/MenuPreprocess.php Prepares variables for single local task link templates.
MenuUiThemeHooks::preprocessBlock function core/modules/menu_ui/src/Hook/MenuUiThemeHooks.php 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.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 mock ID Map.
MigrateProcessErrorMessagesTest::$idMapPluginManager property core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php A mock 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 mock 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.

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