You are here

service plugin.manager.maestro_tasks in Maestro 8.2

Same name and namespace in other branches
  1. 3.x maestro.services.yml \plugin.manager.maestro_tasks

Class

Drupal\maestro\MaestroEngineTasksPluginManager
3 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

./maestro.services.yml
maestro.services.yml

View source
  1. class: Drupal\maestro\MaestroEngineTasksPluginManager
  2. arguments:
  3. - '@container.namespaces'
  4. - '@cache.default'
  5. - '@module_handler'