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. Other projects
Title Object type File name Summary
BlockEntityOffCanvasFormRouteProcessorBC class core/modules/settings_tray/src/RouteProcessor/BlockEntityOffCanvasFormRouteProcessorBC.php Processes the Block entity off-canvas form BC route.
BlockEntityOffCanvasFormRouteProcessorBC.php file core/modules/settings_tray/src/RouteProcessor/BlockEntityOffCanvasFormRouteProcessorBC.php
BlockEntityOffCanvasFormRouteProcessorBC::$routeProvider property core/modules/settings_tray/src/RouteProcessor/BlockEntityOffCanvasFormRouteProcessorBC.php The route provider.
BlockEntityOffCanvasFormRouteProcessorBC::overwriteRoute function core/modules/settings_tray/src/RouteProcessor/BlockEntityOffCanvasFormRouteProcessorBC.php Overwrites one route's metadata with the other's.
BlockEntityOffCanvasFormRouteProcessorBC::processOutbound function core/modules/settings_tray/src/RouteProcessor/BlockEntityOffCanvasFormRouteProcessorBC.php Processes the outbound route.
BlockEntityOffCanvasFormRouteProcessorBC::__construct function core/modules/settings_tray/src/RouteProcessor/BlockEntityOffCanvasFormRouteProcessorBC.php Constructs a BlockEntityOffCanvasFormRouteProcessorBC object.
CckFieldPluginBase::defineValueProcessPipeline function core/modules/migrate_drupal/src/Plugin/migrate/cckfield/CckFieldPluginBase.php Apply any custom processing to the field bundle migrations.
CckFieldPluginBase::processCckFieldValues function core/modules/migrate_drupal/src/Plugin/migrate/cckfield/CckFieldPluginBase.php Apply any custom processing to the field bundle migrations.
CKEditorIntegrationTest::testOnlyDrupalMediaTagProcessed function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Tests that only <drupal-media> tags are processed.
D6FileField::processCckFieldValues function core/modules/migrate_drupal/tests/modules/migrate_cckfield_plugin_manager_test/src/Plugin/migrate/cckfield/D6FileField.php Apply any custom processing to the field bundle migrations.
D6NoCoreVersionSpecified::processCckFieldValues function core/modules/migrate_drupal/tests/modules/migrate_cckfield_plugin_manager_test/src/Plugin/migrate/cckfield/D6NoCoreVersionSpecified.php Apply any custom processing to the field bundle migrations.
DateField::defineValueProcessPipeline function core/modules/datetime/src/Plugin/migrate/field/d6/DateField.php Apply any custom processing to the field bundle migrations.
DeprecatedClassesTest::testAliasPathProcessor function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php @covers \Drupal\path_alias\PathProcessor\AliasPathProcessor::__construct[[api-linebreak]]
DeprecatedClassesTest::testPathProcessorAlias function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php @covers \Drupal\Core\PathProcessor\PathProcessorAlias::__construct[[api-linebreak]]
FileCckTest::testProcessCckFieldValues function core/modules/file/tests/src/Unit/Plugin/migrate/cckfield/d6/FileCckTest.php @covers ::processCckFieldValues[[api-linebreak]]
FileCckTest::testProcessCckFieldValues function core/modules/file/tests/src/Unit/Plugin/migrate/cckfield/d7/FileCckTest.php @covers ::processCckFieldValues[[api-linebreak]]
FileField::processCckFieldValues function core/modules/file/src/Plugin/migrate/cckfield/d6/FileField.php Apply any custom processing to the field bundle migrations.
FileField::processCckFieldValues function core/modules/file/src/Plugin/migrate/cckfield/d7/FileField.php Apply any custom processing to the field bundle migrations.
FileFieldLegacyTest::testDefineValueProcessPipeline function core/modules/file/tests/src/Unit/Plugin/migrate/field/d6/FileFieldLegacyTest.php @expectedDeprecation Deprecated in Drupal 8.6.0, to be removed before Drupal 9.0.0. Use defineValueProcessPipeline() instead. See https://www.drupal.org/node/2944598.
FileFieldLegacyTest::testDefineValueProcessPipeline function core/modules/file/tests/src/Unit/Plugin/migrate/field/d7/FileFieldLegacyTest.php @expectedDeprecation Deprecated in Drupal 8.6.0, to be removed before Drupal 9.0.0. Use defineValueProcessPipeline() instead. See https://www.drupal.org/node/2944598.
GuzzleMiddlewarePass::process function core/lib/Drupal/Core/DependencyInjection/Compiler/GuzzleMiddlewarePass.php
ImageCckTest::testProcessCckFieldValues function core/modules/file/tests/src/Unit/Plugin/migrate/cckfield/d7/ImageCckTest.php @covers ::processCckFieldValues[[api-linebreak]]
ImageField::processCckFieldValues function core/modules/image/src/Plugin/migrate/cckfield/d7/ImageField.php Apply any custom processing to the field bundle migrations.
ImageFieldLegacyTest::testDefineValueProcessPipeline function core/modules/file/tests/src/Unit/Plugin/migrate/field/d7/ImageFieldLegacyTest.php @expectedDeprecation Deprecated in Drupal 8.6.0, to be removed before Drupal 9.0.0. Use defineValueProcessPipeline() instead. See https://www.drupal.org/node/2944598.
ImageFieldTest::testDefineValueProcessPipeline function core/modules/file/tests/src/Unit/Plugin/migrate/field/d7/ImageFieldTest.php @runInSeparateProcess
@covers ::defineValueProcessPipeline[[api-linebreak]]
@expectedDeprecation ImageField is deprecated in Drupal 8.5.x and will be removed before Drupal 9.0.x. Use \Drupal\image\Plugin\migrate\field\d7\ImageField instead. See…
ImageFieldTest::testProcessFieldValues function core/modules/image/tests/src/Unit/Plugin/migrate/field/d7/ImageFieldTest.php @covers ::processFieldValues[[api-linebreak]]
@expectedDeprecation Deprecated in Drupal 8.6.0, to be removed before Drupal 9.0.0. Use defineValueProcessPipeline() instead. See https://www.drupal.org/node/2944598.
ImageFieldTest::testProcessFieldValues function core/modules/file/tests/src/Unit/Plugin/migrate/field/d6/ImageFieldTest.php @covers ::processFieldValues[[api-linebreak]]
@expectedDeprecation ImageField is deprecated in Drupal 8.5.x and will be removed before Drupal 9.0.x. Use \Drupal\image\Plugin\migrate\field\d6\ImageField instead. See https://www.drupal.org/node/2936061.
LegacyMigrationProcessTest class core/modules/migrate_drupal/tests/src/Kernel/d6/LegacyMigrationProcessTest.php Extends Drupal\Tests\migrate_drupal\Kernel\d6\MigrationProcessTest to test
with deprecated modules.
LegacyMigrationProcessTest class core/modules/migrate_drupal/tests/src/Kernel/d7/LegacyMigrationProcessTest.php Extends Drupal\Tests\migrate_drupal\Kernel\d7\MigrationProcessTest to test
with deprecated modules.
LegacyMigrationProcessTest.php file core/modules/migrate_drupal/tests/src/Kernel/d6/LegacyMigrationProcessTest.php
LegacyMigrationProcessTest.php file core/modules/migrate_drupal/tests/src/Kernel/d7/LegacyMigrationProcessTest.php
LegacyMigrationProcessTest::$excludeDeprecated property core/modules/migrate_drupal/tests/src/Kernel/d6/LegacyMigrationProcessTest.php Flag to exclude deprecated modules from the tests.
LegacyMigrationProcessTest::$excludeDeprecated property core/modules/migrate_drupal/tests/src/Kernel/d7/LegacyMigrationProcessTest.php Flag to exclude deprecated modules from the tests.
LinkCckTest::testProcessCckFieldValues function core/modules/link/tests/src/Unit/Plugin/migrate/cckfield/LinkCckTest.php @covers ::processCckFieldValues[[api-linebreak]]
@expectedDeprecation LinkField is deprecated in Drupal 8.3.x and will be be removed before Drupal 9.0.x. Use \Drupal\link\Plugin\migrate\field\d6\LinkField instead.
LinkField::processCckFieldValues function core/modules/link/src/Plugin/migrate/cckfield/LinkField.php Apply any custom processing to the field bundle migrations.
LinkFieldLegacyTest::testDefineValueProcessPipeline function core/modules/link/tests/src/Unit/Plugin/migrate/field/d6/LinkFieldLegacyTest.php @expectedDeprecation Deprecated in Drupal 8.6.0, to be removed before Drupal 9.0.0. Use defineValueProcessPipeline() instead. See https://www.drupal.org/node/2944598.
media_test_ckeditor_preprocess_media_embed_error function core/modules/media/tests/modules/media_test_ckeditor/media_test_ckeditor.module Implements hook_preprocess_HOOK().
media_test_filter_preprocess_media_embed_error function core/modules/media/tests/modules/media_test_filter/media_test_filter.module Implements hook_preprocess_HOOK().
MigrateCckFieldInterface::processCckFieldValues function core/modules/migrate_drupal/src/Plugin/MigrateCckFieldInterface.php Apply any custom processing to the cck bundle migrations.
MigrationTest::$process_plugin_manager property core/modules/migrate/tests/src/Unit/process/MigrationTest.php
path.route_processor_bc service core/modules/path/path.services.yml Drupal\path\Routing\RouteProcessor
PathProcessorAlias class core/lib/Drupal/Core/PathProcessor/PathProcessorAlias.php Processes the inbound path using path alias lookups.
PathProcessorAlias.php file core/lib/Drupal/Core/PathProcessor/PathProcessorAlias.php
PathProcessorAlias::$aliasManager property core/lib/Drupal/Core/PathProcessor/PathProcessorAlias.php An alias manager for looking up the system path.
PathProcessorAlias::processInbound function core/lib/Drupal/Core/PathProcessor/PathProcessorAlias.php Processes the inbound path.
PathProcessorAlias::processOutbound function core/lib/Drupal/Core/PathProcessor/PathProcessorAlias.php Processes the outbound path.
PathProcessorAlias::__construct function core/lib/Drupal/Core/PathProcessor/PathProcessorAlias.php Constructs a PathProcessorAlias object.
PathProcessorEntityResourceBC class core/modules/rest/src/PathProcessor/PathProcessorEntityResourceBC.php Path processor to maintain BC for entity REST resource URLs from Drupal 8.0.
PathProcessorEntityResourceBC.php file core/modules/rest/src/PathProcessor/PathProcessorEntityResourceBC.php
PathProcessorEntityResourceBC::$entityTypeManager property core/modules/rest/src/PathProcessor/PathProcessorEntityResourceBC.php The entity type manager.

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