You are here

property backup_migrate_item::$title_plural in Backup and Migrate 6.3

Same name and namespace in other branches
  1. 8.3 includes/crud.inc \backup_migrate_item::title_plural
  2. 7.3 includes/crud.inc \backup_migrate_item::title_plural

File

includes/crud.inc, line 405
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';