property backup_migrate_item::$title_plural in Backup and Migrate 8.3
Same name and namespace in other branches
- 6.3 includes/crud.inc \backup_migrate_item::title_plural
- 7.3 includes/crud.inc \backup_migrate_item::title_plural
File
- includes/
crud.inc, line 407 - 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
var $title_plural = 'Items';