protected function role_expire_handler_field_all::supported_date_types in Role Expire 7
Provide a list of all of the supported standard date types.
Return value
array The list of supported formats.
2 calls to role_expire_handler_field_all::supported_date_types()
- role_expire_handler_field_all::options_form in ./
role_expire.views.inc - Default options form provides the label widget that all fields should have.
- role_expire_handler_field_all::pre_render in ./
role_expire.views.inc - Run before any fields are rendered.
File
- ./
role_expire.views.inc, line 195 - Role Expire Views hooks
Class
- role_expire_handler_field_all
- Class role_expire_handler_field_all.
Code
protected function supported_date_types() {
return array(
'custom',
);
}