Search for process

  1. Search 7.x for process
  2. Search 8.9.x for process
  3. Search 10.3.x for process
  4. Search 11.x for process
  5. Other projects
Title Object type File name Summary
LinkFieldTest::testDefineValueProcessPipeline function core/modules/link/tests/src/Unit/Plugin/migrate/field/d6/LinkFieldTest.php @covers ::defineValueProcessPipeline
ListCacheBinsPass::process function core/lib/Drupal/Core/Cache/ListCacheBinsPass.php Implements CompilerPassInterface::process().
LocaleConfigManager::processTranslatableData function core/modules/locale/src/LocaleConfigManager.php Process the translatable data array with a given language.
LocaleConfigSubscriber::processTranslatableData function core/modules/locale/src/LocaleConfigSubscriber.php Process the translatable data array with a given language.
LocaleTranslation::processItem function core/modules/locale/src/Plugin/QueueWorker/LocaleTranslation.php The translation update functions executed here are batch operations which
are also used in translation update batches. The batch functions may need
to be executed multiple times to complete their task, typically this is the
translation import…
locale_preprocess_node function core/modules/locale/locale.module Implements hook_preprocess_HOOK() for node templates.
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 @covers ::processMachineName
MainContentRenderersPass::process function core/lib/Drupal/Core/Render/MainContent/MainContentRenderersPass.php Collects the available main content renderer service IDs into the
main_content_renderers parameter, keyed by format.
ManagedFile::processManagedFile function core/modules/file/src/Element/ManagedFile.php Render API callback: Expands the managed_file element type.
MediaEmbed::process function core/modules/media/src/Plugin/Filter/MediaEmbed.php Performs the filter processing.
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.
MediaTest::testOnlyDrupalMediaTagProcessed function core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaTest.php Tests that only <drupal-media> tags are processed.
MediaTest::testOnlyDrupalMediaTagProcessed function core/modules/ckeditor/tests/src/FunctionalJavascript/MediaTest.php Tests that only <drupal-media> tags are processed.
media_library_preprocess_media function core/modules/media_library/media_library.module Implements hook_preprocess_media().
media_library_preprocess_views_view_fields function core/modules/media_library/media_library.module Implements hook_preprocess_views_view_fields().
media_library_preprocess_views_view__media_library function core/modules/media_library/media_library.module Implements hook_preprocess_views_view() for the 'media_library' view.
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.
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::multiple function core/modules/migrate/src/Plugin/MigrateProcessInterface.php Indicates whether the returned value requires multiple handling.
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

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