You are here

protected function role_expire_handler_field_expiry_timestamp::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_expiry_timestamp::supported_date_types()
role_expire_handler_field_expiry_timestamp::options_form in ./role_expire.views.inc
Default options form provides the label widget that all fields should have.
role_expire_handler_field_expiry_timestamp::pre_render in ./role_expire.views.inc
Run before any fields are rendered.

File

./role_expire.views.inc, line 329
Role Expire Views hooks

Class

role_expire_handler_field_expiry_timestamp
Class role_expire_handler_field_expiry_timestamp.

Code

protected function supported_date_types() {
  return array(
    'custom',
  );
}