Search for process
- Search 7.x for process
- Search 9.5.x for process
- Search 8.9.x for process
- Search 10.3.x for process
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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/ |
The migrate field manager. |
ProcessFieldTest::$fieldPlugin | property | core/ |
The migrate field plugin. |
ProcessFieldTest::$migrateExecutable | property | core/ |
The migration executable. |
ProcessFieldTest::$migration | property | core/ |
The migration. |
ProcessFieldTest::$row | property | core/ |
The row object. |
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. |
ProcessOutputCallback | class | core/ |
A process callback for capturing output. |
ProcessOutputCallback.php | file | core/ |
|
ProcessOutputCallback::$errorBuffer | property | core/ |
The error buffer. |
ProcessOutputCallback::$outBuffer | property | core/ |
The output buffer. |
ProcessOutputCallback::clearErrorOutput | function | core/ |
|
ProcessOutputCallback::clearOutput | function | core/ |
|
ProcessOutputCallback::getErrorOutput | function | core/ |
Gets the error output. |
ProcessOutputCallback::getOutput | function | core/ |
Gets the output. |
ProcessOutputCallback::parseJsonOutput | function | core/ |
Gets the parsed JSON output. |
ProcessOutputCallback::reset | function | core/ |
Resets buffers. |
ProcessOutputCallback::__construct | function | core/ |
Constructs a ProcessOutputCallback object. |
ProcessOutputCallback::__invoke | function | core/ |
|
ProcessOutputCallbackTest | class | core/ |
@covers \Drupal\package_manager\ProcessOutputCallback @group package_manager |
ProcessOutputCallbackTest.php | file | core/ |
|
ProcessOutputCallbackTest::testCallback | function | core/ |
Tests the full lifecycle of a ProcessOutputCallback object. |
ProcessOutputCallbackTest::testErrorOutputOnly | function | core/ |
Tests what happens when there is error output only. |
ProcessOutputCallbackTest::testInvalidJson | function | core/ |
Tests what happens when the output buffer has invalid JSON. |
ProcessPluginBase | class | core/ |
The base class for all migrate process plugins. |
ProcessPluginBase | class | core/ |
Extends ProcessPluginBase as a non-abstract class. |
Pagination
- Previous page
- Page 16
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.