workflows.api.php 533 B

1234567891011121314151617
  1. <?php
  2. /**
  3. * @file
  4. * API documentation for Workflows module.
  5. */
  6. /**
  7. * @defgroup workflow_type_plugins Workflow Type Plugins
  8. * @{
  9. * Any module harnessing Workflows module must define a Workflow Type Plugin.
  10. * This allows the module to tailor the workflow to its specific need. For
  11. * example, Content Moderation module uses its the Workflow Type Plugin to link
  12. * workflows to entities. On their own, workflows are a stand-alone concept. It
  13. * takes a module such as Content Moderation to give the workflow context.
  14. * @}
  15. */