Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| WizardTestBase::setUp | function | core/ |
Sets up the test. |
| WordLevelDiff | class | core/ |
@todo document @private @subpackage DifferenceEngine |
| WordLevelDiff.php | file | core/ |
|
| WordLevelDiff::closing | function | core/ |
|
| WordLevelDiff::MAX_LINE_LENGTH | constant | core/ |
|
| WordLevelDiff::orig | function | core/ |
|
| WordLevelDiff::_split | function | core/ |
|
| WordLevelDiff::__construct | function | core/ |
Constructor. |
| WorkAllocator | class | core/ |
Allocates available tests to test workers. |
| WorkAllocator.php | file | core/ |
|
| WorkAllocator::$allocatedList | property | core/ |
The tests list, allocated to current bin. |
| WorkAllocator::$sortedList | property | core/ |
The sorted tests list, prior to allocation. |
| WorkAllocator::assignTestsSequence | function | core/ |
Assigns the test sequence. |
| WorkAllocator::getAllocatedList | function | core/ |
Returns the list of tests allocated to current bin. |
| WorkAllocator::getSortedList | function | core/ |
Returns the sorted tests list, prior to allocation. |
| WorkAllocator::getTestTypeWeight | function | core/ |
Weights a test class based on which test suite it belongs to. |
| WorkAllocator::placeTestsIntoBins | function | core/ |
Distribute tests into roughly equal sized bins. |
| WorkAllocator::process | function | core/ |
Allocates tests to workers. |
| WorkAllocator::sortTestsByTypeAndCount | function | core/ |
Sort tests by test type and count of tests to be executed. |
| WorkAllocator::__construct | function | core/ |
|
| WorkAllocatorTest | class | core/ |
Unit tests for WorkAllocator. |
| WorkAllocatorTest.php | file | core/ |
|
| WorkAllocatorTest::allocatorProvider | function | core/ |
Data for ::testAllocator. |
| WorkAllocatorTest::testAllocator | function | core/ |
Tests sorting and allocation of tests. |
| Workflow | class | core/ |
Defines the workflow entity. |
| Workflow Type Plugins | group | core/ |
Any module harnessing the Workflows module must define a Workflow Type Plugin. This allows the module to tailor the workflow to its specific need. For example, the Content Moderation module uses its Workflow Type Plugin to link workflows to… |
| Workflow.php | file | core/ |
|
| Workflow::$id | property | core/ |
The Workflow ID. |
| Workflow::$label | property | core/ |
The workflow label. |
| Workflow::$pluginCollection | property | core/ |
The workflow type plugin collection. |
| Workflow::$type | property | core/ |
The workflow type plugin ID. |
| Workflow::$type_settings | property | core/ |
The configuration for the workflow type plugin. |
| Workflow::getPluginCollection | function | core/ |
Encapsulates the creation of the workflow's plugin collection. |
| Workflow::getPluginCollections | function | core/ |
Gets the plugin collections used by this object. |
| Workflow::getTypePlugin | function | core/ |
Gets the workflow type plugin. |
| Workflow::loadMultipleByType | function | core/ |
Loads all workflows of the provided type. |
| Workflow::onDependencyRemoval | function | core/ |
Informs the entity that entities it depends on will be deleted. |
| Workflow::preSave | function | core/ |
Acts on an entity before the presave hook is invoked. |
| Workflow::status | function | core/ |
Returns whether the configuration entity is enabled. |
| WorkflowAccessControlHandler | class | core/ |
Access controller for the Workflow entity. |
| WorkflowAccessControlHandler.php | file | core/ |
|
| WorkflowAccessControlHandler::$workflowTypeManager | property | core/ |
The workflow type plugin manager. |
| WorkflowAccessControlHandler::checkAccess | function | core/ |
Performs access checks. |
| WorkflowAccessControlHandler::checkCreateAccess | function | core/ |
Performs create access checks. |
| WorkflowAccessControlHandler::createInstance | function | core/ |
Instantiates a new instance of this entity handler. |
| WorkflowAccessControlHandler::__construct | function | core/ |
Constructs the workflow access control handler instance. |
| WorkflowAccessControlHandlerTest | class | core/ |
Tests Drupal\workflows\WorkflowAccessControlHandler. |
| WorkflowAccessControlHandlerTest.php | file | core/ |
|
| WorkflowAccessControlHandlerTest::$accessControlHandler | property | core/ |
The workflow access control handler. |
| WorkflowAccessControlHandlerTest::$adminUser | property | core/ |
A test admin user. |
Pagination
- Previous page
- Page 1840
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.