function elevatezoomplus_schema in ElevateZoom Plus 7
Implements hook_schema().
File
- ./
elevatezoomplus.install, line 85 - Installation actions for ElevateZoomPlus.
Code
function elevatezoomplus_schema() {
$schema = [];
$schema[ElevateZoomPlus::TABLE] = _elevatezoomplus_schema();
return $schema;
}