You are here

function table_trash_permission in Table Trash 7

Implements hook_permission().

File

./table_trash.module, line 146
table_trash.module

Code

function table_trash_permission() {
  return array(
    'configure table decorations' => array(
      'title' => t('Add and configure table decorations'),
    ),
  );
}