Search for process
- Search 7.x for process
- Search 9.5.x for process
- Search 8.9.x for process
- Search 11.x for process
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ProcessedText::logger | function | core/ |
Wraps a logger channel. |
| ProcessedText::preRenderText | function | core/ |
Pre-render callback: Renders a processed text element into #markup. |
| ProcessField | class | core/ |
Get the value from a method call on a field plugin instance. |
| ProcessField.php | file | core/ |
|
| ProcessField::$fieldPluginManager | property | core/ |
The field plugin manager. |
| ProcessField::$migration | property | core/ |
The migration being run. |
| ProcessField::callMethodOnFieldPlugin | function | core/ |
Instantiate a field plugin and call a method on it. |
| ProcessField::create | function | core/ |
Creates an instance of the plugin. |
| ProcessField::transform | function | core/ |
Performs the associated process. |
| ProcessField::__construct | function | core/ |
Constructs a ProcessField plugin. |
| ProcessFieldTest | class | core/ |
Tests the ProcessField migrate process plugin. |
| ProcessFieldTest.php | file | core/ |
|
| ProcessFieldTest::$fieldManager | property | core/ |
|
| ProcessFieldTest::$fieldPlugin | property | core/ |
|
| ProcessFieldTest::$migrateExecutable | property | core/ |
|
| ProcessFieldTest::$migration | property | core/ |
|
| ProcessFieldTest::$row | property | core/ |
|
| ProcessFieldTest::providerTestTransform | function | core/ |
Provides data for the transform method test. |
| ProcessFieldTest::setUp | function | core/ |
|
| ProcessFieldTest::testTransform | function | core/ |
Tests the transform method. |
| ProcessingTest | class | core/ |
@group Batch |
| ProcessingTest | class | core/ |
Tests batch processing in form and non-form workflow. |
| ProcessingTest.php | file | core/ |
|
| ProcessingTest.php | file | core/ |
|
| ProcessingTest::$defaultTheme | property | core/ |
@todo Use the stark theme in https://drupal.org/i/3407067. |
| ProcessingTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ProcessingTest::$modules | property | core/ |
Modules to install. |
| ProcessingTest::$modules | property | core/ |
Modules to install. |
| ProcessingTest::assertBatchMessages | function | core/ |
Triggers a pass if the texts were found in order in the raw content. |
| ProcessingTest::testBatchForm | function | core/ |
Tests batches defined in a form submit handler. |
| ProcessingTest::testBatchFormMultipleBatches | function | core/ |
Tests batches defined in different submit handlers on the same form. |
| ProcessingTest::testBatchFormMultistep | function | core/ |
Tests batches defined in a multistep form. |
| ProcessingTest::testBatchFormProgrammatic | function | core/ |
Tests batches defined in a programmatically submitted form. |
| ProcessingTest::testBatchLargePercentage | function | core/ |
Tests batches that return $context['finished'] > 1 do in fact complete. |
| ProcessingTest::testBatchNoForm | function | core/ |
Tests batches triggered outside of form submission. |
| ProcessingTest::testBatchRedirectFinishedCallback | function | core/ |
Tests batches that redirect in the batch finished callback. |
| ProcessingTest::testDrupalFormSubmitInBatch | function | core/ |
Tests form submission during a batch operation. |
| ProcessingTest::testLinkToErrorPageAppears | function | core/ |
Tests that a link to the error page is shown. |
| ProcessingTest::_resultMessages | function | core/ |
Returns expected result messages for the test batches. |
| ProcessingTest::_resultStack | function | core/ |
Returns expected execution stacks for the test batches. |
| ProcessPluginBase | class | core/ |
The base class for all migrate process plugins. |
| ProcessPluginBase | class | core/ |
Extends ProcessPluginBase as a non-abstract class. |
| ProcessPluginBase.php | file | core/ |
|
| ProcessPluginBase::$stopPipeline | property | core/ |
Determines if processing of the pipeline is stopped. |
| ProcessPluginBase::isPipelineStopped | function | core/ |
Determines if the pipeline should stop processing. |
| ProcessPluginBase::multiple | function | core/ |
Indicates whether the returned value requires multiple handling. |
| ProcessPluginBase::reset | function | core/ |
Resets the internal data of a plugin. |
| ProcessPluginBase::stopPipeline | function | core/ |
Stops pipeline processing after this plugin finishes. |
| ProcessPluginBase::transform | function | core/ |
Performs the associated process. |
| ProcessPluginBaseTest | class | core/ |
Tests the base process plugin class. |
Pagination
- Previous page
- Page 15
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.