You are here

function auto_expire_views_handlers in Auto Expire 7

@todo Please document this function.

See also

http://drupal.org/node/1354

File

./auto_expire.views.inc, line 104
Auto Expire automatically expires nodes after a node has been published for a certain time. The module can also send out warnings before expiry and purge expired nodes afterwards.

Code

function auto_expire_views_handlers() {
  return array(
    'handlers' => array(
      'views_handler_field_auto_expire_link_extend' => array(
        'parent' => 'views_handler_field_node_link',
      ),
    ),
  );
}