annotate core/modules/workflows/workflows.api.php @ 19:fa3358dc1485 tip

Add ndrum files
author Chris Cannam
date Wed, 28 Aug 2019 13:14:47 +0100
parents 4c8ae668cc8c
children
rev   line source
Chris@0 1 <?php
Chris@0 2
Chris@0 3 /**
Chris@0 4 * @file
Chris@0 5 * API documentation for Workflows module.
Chris@0 6 */
Chris@0 7
Chris@0 8 /**
Chris@0 9 * @defgroup workflow_type_plugins Workflow Type Plugins
Chris@0 10 * @{
Chris@0 11 * Any module harnessing Workflows module must define a Workflow Type Plugin.
Chris@0 12 * This allows the module to tailor the workflow to its specific need. For
Chris@0 13 * example, Content Moderation module uses its the Workflow Type Plugin to link
Chris@0 14 * workflows to entities. On their own, workflows are a stand-alone concept. It
Chris@0 15 * takes a module such as Content Moderation to give the workflow context.
Chris@0 16 * @}
Chris@0 17 */