Full ELMS Learning Network documentation
function backup_migrate_item::get_actions
Get the rendered action links for a destination.
File
- sites/
all/ modules/ ulmus/ backup_migrate/ includes/ crud.inc, line 490 - CRUD functions for backup and migrate types (schedules, profiles etc.).
Class
- backup_migrate_item
- A base class for items which can be stored in the database, listed, edited, deleted etc.
Code
function get_actions() {
$links = $this->get_action_links();
return implode(" ", $links);
}