action-provider
This extension provides a base class for actions. An action is something other extensions could reuse and which is executable. At its own this extension does not do something but it might be used by other extensions.
The extension is licensed under AGPL-3.0.
See also: CiviCRM Form-Action-Integration Architecture
Requirements
- PHP v5.4+
- CiviCRM > 4.7
Installation (Web UI)
This extension has not yet been published for installation via the web UI.
Installation (CLI, Zip)
Sysadmins and developers may download the .zip
file for this extension and
install it with the command-line tool cv.
cd <extension-dir>
cv dl action-provider@https://lab.civicrm.org/extensions/action-provider/repository/master/archive.zip
Installation (CLI, Git)
Sysadmins and developers may clone the Git repo for this extension and install it with the command-line tool cv.
git clone https://lab.civicrm.org/extensions/action-provider.git
cv en action_provider
Developer documentation
- How to create an action
- How to create an action in an extenion
- How to use the action provider in your extension (not yet written)
- How to use the batch functionality in your extension (not yet written)