Download the PHP package adrexia/batchactionsplus without Composer
On this page you can find all versions of the php package adrexia/batchactionsplus. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download adrexia/batchactionsplus
More information about adrexia/batchactionsplus
Files in adrexia/batchactionsplus
Download adrexia/batchactionsplus
More information about adrexia/batchactionsplus
Files in adrexia/batchactionsplus
Vendor adrexia
Package batchactionsplus
Short Description Extra batch actions for silverstripe's sitetree
License BSD-3-Clause
Package batchactionsplus
Short Description Extra batch actions for silverstripe's sitetree
License BSD-3-Clause
Keywords silverstripebatch-actions
Please rate this library. Is it a good library?
Informations about the package batchactionsplus
Silverstripe Batch Actions Plus
Extra batch actions for SilverStripe CMS's sitetree
Available Actions
- Move to...
- Remove from Search
- Remove from Menus
Setup
- Composer install (https://packagist.org/packages/adrexia/batchactionsplus), or clone into your repo.
- Include the extensions you would like in _config.php and run dev/build (Move to is included by default)
mysite/_config.php
CMSBatchActionHandler::register('hidefrommenus', 'CMSBatchAction_HideFromMenus');
CMSBatchActionHandler::register('hidefromsearch', 'CMSBatchAction_HideFromSearch');
All versions of batchactionsplus with dependencies
PHP Build Version
Package Version
The package adrexia/batchactionsplus contains the following files
Loading the files please wait ....