Downloads
Download tar.gz
33.59 KB
MD5: 5520b3e07c83c31af2cd4f4de31d262c
SHA-1: 7067c6b82b6850cd7bf4532fdb8db5ff788da0fc
SHA-256: c04f9adadff1abb32d841e1b777f2a5039183d18a5f60d92363479ec73b2ef8b
Download zip
47.22 KB
MD5: e1f951b6837eb400e096b31249144e52
SHA-1: 16e53189a79637dee8ccabf81e8f985832f8deed
SHA-256: ddf62724037963c3be848fe3050d22df4ab04083f4039a52af2b554efa635893
Release notes
- Allow modules to expose their default tables via hook_schema(). Enables using update infrastructure on data tables: hook_update_N().
- Break out data manipulation in DataHandler class.
API change: DataTable::save() DataTable::load() DataTable::delete() etc. moved to DataHandler.