-
Notifications
You must be signed in to change notification settings - Fork 22
The APIary
Martin Price edited this page Dec 15, 2022
·
5 revisions
As documented in Extending Bee it is possible to extend Bee with both custom commands and hooks within modules. The purpose of this page is to allow users to share custom bee
commands that you think others would benefit from and to document any modules that have, or should have, bee
commands. Please copy and use the templates to add to this page.
Your name (optional) and github handle
The purpose of this command is to ...
Code
<?php
function custom_bee_command() {
// your code
}
function custom_bee_callback() {
// your code
}
- Retrieve statistics from memcache.
- Flush all objects from a bin.
- What the bee commands do or should do
- Link to request in module queue or link to module
- Do drush commands already exist?
- If yes, link to file with drush commands in.
- Is anyone working on it?
- Your name (optional) and github handle
🐝 Bee - the command line tool for Backdrop CMS | Issues | GPT2