You are here

function shurly_action_info in ShURLy 7

Implements hook_action_info().

File

./shurly.module, line 1383
description http://www.youtube.com/watch?v=Qo7qoonzTCE

Code

function shurly_action_info() {
  return array(
    'shurly_disable_url' => array(
      'type' => 'shurly_item',
      'label' => t('Deactivate URL'),
      'configurable' => FALSE,
      'behavior' => array(
        'changes_property',
      ),
      'vbo_configurable' => FALSE,
      'triggers' => array(
        'any',
      ),
    ),
  );
}