view sites/all/modules/ctools/tests/plugins/not_cached/plugin_array2.inc @ 11:b0ee71395280

deleted .DS_Store files
author danieleb <danielebarchiesi@me.com>
date Mon, 28 Oct 2013 16:12:13 +0000
parents ff03f76ab3fe
children
line wrap: on
line source
<?php
/**
 * @file
 * Chaos Tools plugin include using a plugin array to declare a plugin.
 */

/**
 * Plugin array plugin definition.
 */
$plugin = array(
  'function' => 'ctools_plugin_test_plugin_array2_not_cached_test',
  'handler' => array(
    'class' => 'ctoolsNotCachedPluginArray2',
  ),
);

/**
 * Plugin array function plugin.
 */
function ctools_plugin_test_plugin_array2_not_cached_test() {}