You are here

function _calendar_systems_date_properties_variables in Calendar Systems 8

Same name and namespace in other branches
  1. 7 calendar_systems_date_properties/calendar_systems_date_properties.install \_calendar_systems_date_properties_variables()
  2. 7.2 calendar_systems_date_properties/calendar_systems_date_properties.install \_calendar_systems_date_properties_variables()

Return value

array

2 calls to _calendar_systems_date_properties_variables()
calendar_systems_date_properties_install in calendar_systems_date_properties/calendar_systems_date_properties.install
Implements hook_install().
calendar_systems_date_properties_uninstall in calendar_systems_date_properties/calendar_systems_date_properties.install
Implements hook_uninstall().

File

calendar_systems_date_properties/calendar_systems_date_properties.install, line 6

Code

function _calendar_systems_date_properties_variables() {
  return array(
    'calendar_systems_date_properties_entity_bundles_settings' => array(),
  );
}