function date_api_element_info in Date 8
Same name and namespace in other branches
- 7.3 date_api/date_api.module \date_api_element_info()
- 7 date_api/date_api.module \date_api_element_info()
- 7.2 date_api/date_api.module \date_api_element_info()
Implements hook_element_info().
File
- date_api/
date_api.module, line 242 - This module will make the date API available to other modules. Designed to provide a light but flexible assortment of functions and constants, with more functionality in additional files that are not loaded unless other modules specifically include them.
Code
function date_api_element_info() {
module_load_include('inc', 'date_api', 'date_api_elements');
return _date_api_element_info();
}