service plugin.manager.maestro_tasks in Maestro 3.x
Same name and namespace in other branches
- 8.2 maestro.services.yml \plugin.manager.maestro_tasks
Class
Drupal\maestro\MaestroEngineTasksPluginManager3 string references to plugin.manager.maestro_tasks
- MaestroEngine::getPluginTask in src/
Engine/ MaestroEngine.php - Returns the $task variable populated with a Maestro Task plugin. See the getExecutableFormFields method in MaestroInteractiveFormBase class to see how you can fetch and use a task.
- MaestroTemplateBuilderAddNew::buildForm in modules/
maestro_template_builder/ src/ Form/ MaestroTemplateBuilderAddNew.php - Ajax callback for add-new-form button click.
- MaestroTemplateBuilderForm::buildForm in modules/
maestro_template_builder/ src/ Form/ MaestroTemplateBuilderForm.php - Form constructor.
File
View source
- class: Drupal\maestro\MaestroEngineTasksPluginManager
- arguments:
- - '@container.namespaces'
- - '@cache.default'
- - '@module_handler'