You are here

party_activity.inc in Party 7

File

modules/party_activity/plugins/entity/party_activity.inc
View source
<?php

/**
 * @file
 * Definition of the party activity plugin.
 */
$plugin = array(
  'handler' => 'PanelizerEntityPartyActivity',
  'uses page manager' => FALSE,
  'hooks' => array(
    'menu' => TRUE,
    'admin_paths' => TRUE,
    'permission' => TRUE,
    'panelizer_defaults' => TRUE,
    'form_alter' => TRUE,
    'views_data_alter' => TRUE,
  ),
);