6 calls to backup_migrate_item::get_schema() in Backup and Migrate 7.3
- backup_migrate_item::decode_db_row in includes/
crud.inc - Decode a loaded db row (unserialize necessary fields).
- backup_migrate_item::get_machine_name_field in includes/
crud.inc - Get the machine name field name from the schema.
- backup_migrate_item::get_primary_key in includes/
crud.inc - Get the primary key field title from the schema.
- backup_migrate_item::get_serialized_fields in includes/
crud.inc - Return the fields which must be serialized before saving to the db.
- backup_migrate_item::load_row in includes/
crud.inc - Load an existing item from an database (serialized) array.
- backup_migrate_item::to_array in includes/
crud.inc - Return as an array of values.