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
Feel free to contribute to this extension. Create a Merge Request and also add a little description to CHANGELOG.md of what you have changed
When one of the admins think it is time to relase a new version they might do so. You can also ask them to release a new version. Usually this when the release is being tested and put in production.
For admins creating a release those are the steps to follow:
- Update info.xml to reflect the new version number and release date
- Remove the 'not yet released' from CHANGELOG.md
- Copy the changes
- Go to tags, create a new tag and paste the changes
- After that update info.xml to add a new version number ending with -dev
- Update changelog add a heading for the new version with the text not yet released
- PHP v5.4+
- CiviCRM > 4.7
This extension has not yet been published for installation via the web UI.
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
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
- How to create an action
- How to create an action in an extension
- How to use the action provider in your extension (not yet written)
- How to use the batch functionality in your extension (not yet written)