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
FieldDiscoveryTestTrait::assertFieldProcess function core/modules/migrate_drupal/tests/src/Traits/FieldDiscoveryTestTrait.php Asserts the field discovery returns the expected processes.
FieldDiscoveryTestTrait::assertFieldProcessKeys function core/modules/migrate_drupal/tests/src/Traits/FieldDiscoveryTestTrait.php Asserts the field discovery returns the expected processes.
FieldItemList::processDefaultValue function core/lib/Drupal/Core/Field/FieldItemList.php Processes the default value before being applied.
FieldItemListInterface::processDefaultValue function core/lib/Drupal/Core/Field/FieldItemListInterface.php Processes the default value before being applied.
FieldMigration::getProcess function core/modules/migrate_drupal/src/Plugin/migrate/FieldMigration.php Get the normalized process pipeline configuration describing the process
plugins.
FieldPluginBase::defineValueProcessPipeline function core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php Apply any custom processing to the field bundle migrations.
FieldPluginBase::processField function core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php Alters the migration for field definitions.
FieldPluginBase::processFieldFormatter function core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php Alter field formatter migration.
FieldPluginBase::processFieldInstance function core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php Alert field instance migration.
FieldPluginBase::processFieldValues function core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php Defines the process pipeline for field values.
FieldPluginBase::processFieldWidget function core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php Alter field widget migration.
FieldPluginBaseTest::$pathProcessor property core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php The mocked path processor.
FieldTypePluginManager::processDefinition function core/lib/Drupal/Core/Field/FieldTypePluginManager.php Performs extra processing on plugin definitions.
File::processFile function core/lib/Drupal/Core/Render/Element/File.php Processes a file upload element, make use of #multiple if present.
FileCckTest::testProcessCckFieldValues function core/modules/file/tests/src/Unit/Plugin/migrate/cckfield/d6/FileCckTest.php @covers ::processCckFieldValues
FileCckTest::testProcessCckFieldValues function core/modules/file/tests/src/Unit/Plugin/migrate/cckfield/d7/FileCckTest.php @covers ::processCckFieldValues
FileCopyTest::providerFileProcessBaseConstructor function core/modules/migrate/tests/src/Unit/process/FileCopyTest.php Data provider for testFileProcessBaseConstructor.
FileCopyTest::testFileProcessBaseConstructor function core/modules/migrate/tests/src/Unit/process/FileCopyTest.php Tests that the plugin constructor correctly sets the configuration.
FileField::defineValueProcessPipeline function core/modules/file/src/Plugin/migrate/field/d6/FileField.php Apply any custom processing to the field bundle migrations.
FileField::defineValueProcessPipeline function core/modules/file/src/Plugin/migrate/field/d7/FileField.php Apply any custom processing to the field bundle migrations.
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.
FileFieldTest::testDefineValueProcessPipeline function core/modules/file/tests/src/Unit/Plugin/migrate/field/d6/FileFieldTest.php @covers ::defineValueProcessPipeline
FileFieldTest::testDefineValueProcessPipeline function core/modules/file/tests/src/Unit/Plugin/migrate/field/d7/FileFieldTest.php @covers ::defineValueProcessPipeline
FileProcessBase class core/modules/migrate/src/Plugin/migrate/process/FileProcessBase.php Provides functionality for file process plugins.
FileProcessBase.php file core/modules/migrate/src/Plugin/migrate/process/FileProcessBase.php
FileProcessBase::__construct function core/modules/migrate/src/Plugin/migrate/process/FileProcessBase.php Constructs a file process plugin.
FileUploadForm::processUploadElement function core/modules/media_library/src/Form/FileUploadForm.php Processes an upload (managed_file) element.
FileWidget::process function core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php Form API callback: Processes a file_generic field element.
FileWidget::processMultiple function core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php Form API callback: Processes a group of file_generic field elements.
FilterAlign::process function core/modules/filter/src/Plugin/Filter/FilterAlign.php Performs the filter processing.
FilterAPITest::testProcessedTextElement function core/modules/filter/tests/src/Kernel/FilterAPITest.php Tests the 'processed_text' element.
FilterAutoP::process function core/modules/filter/src/Plugin/Filter/FilterAutoP.php Performs the filter processing.
FilterCaption::process function core/modules/filter/src/Plugin/Filter/FilterCaption.php Performs the filter processing.
FilterHtml::process function core/modules/filter/src/Plugin/Filter/FilterHtml.php Performs the filter processing.
FilterHtmlCorrector::process function core/modules/filter/src/Plugin/Filter/FilterHtmlCorrector.php Performs the filter processing.
FilterHtmlEscape::process function core/modules/filter/src/Plugin/Filter/FilterHtmlEscape.php Performs the filter processing.
FilterHtmlImageSecure::process function core/modules/filter/src/Plugin/Filter/FilterHtmlImageSecure.php Performs the filter processing.
FilterInterface::process function core/modules/filter/src/Plugin/FilterInterface.php Performs the filter processing.
FilterNull::process function core/modules/filter/src/Plugin/Filter/FilterNull.php Performs the filter processing.
FilterProcessResult class core/modules/filter/src/FilterProcessResult.php Used to return values from a text filter plugin's processing method.
FilterProcessResult.php file core/modules/filter/src/FilterProcessResult.php
FilterProcessResult::$processedText property core/modules/filter/src/FilterProcessResult.php The processed text.
FilterProcessResult::createPlaceholder function core/modules/filter/src/FilterProcessResult.php Creates a placeholder.
FilterProcessResult::getProcessedText function core/modules/filter/src/FilterProcessResult.php Gets the processed text.
FilterProcessResult::setProcessedText function core/modules/filter/src/FilterProcessResult.php Sets the processed text.
FilterProcessResult::__construct function core/modules/filter/src/FilterProcessResult.php Constructs a FilterProcessResult object.
FilterProcessResult::__toString function core/modules/filter/src/FilterProcessResult.php Gets the processed text.

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