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