function date_api_element_info in Date 7
Same name and namespace in other branches
- 8 date_api/date_api.module \date_api_element_info()
- 7.3 date_api/date_api.module \date_api_element_info()
- 7.2 date_api/date_api.module \date_api_element_info()
Implement hook_element_info().
File
- date_api/
date_api.module, line 1728 - 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();
}