function calendar_systems_patch in Calendar Systems 8.2
Implementation of hook_patch() of patch_manager module
File
- ./
calendar_systems.module, line 21 - Contains Calendar Systems hook implementations.
Namespace
Drupal\calendar_systemsCode
function calendar_systems_patch() {
return Model::hook_patch();
}