You are here

file.inc in File Entity (fieldable files) 7.2

Same filename and directory in other branches
  1. 7.3 plugins/entity/file.inc

File

plugins/entity/file.inc
View source
<?php

/**
 * @file
 * Definition of the Panelizer file plugin.
 */
$plugin = array(
  'handler' => 'PanelizerEntityFile',
  'entity path' => 'file/%file',
  'uses page manager' => TRUE,
  'hooks' => array(
    'menu' => TRUE,
    'admin_paths' => TRUE,
    'permission' => TRUE,
    'panelizer_defaults' => TRUE,
    'default_page_manager_handlers' => TRUE,
    'form_alter' => TRUE,
    'page_alter' => TRUE,
    'views_data_alter' => TRUE,
    'views_plugins_alter' => TRUE,
  ),
);