Mercurial > hg > rr-repo
view sites/all/modules/ctools/tests/plugins/cached/plugin_array_dne.inc @ 9:830c812b520f
added smtp module
author | root <root@paio.local> |
---|---|
date | Mon, 28 Oct 2013 15:34:27 +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_array_dne_cached_test', 'handler' => array( 'class' => 'ctoolsCachedPluginArrayDNE', ), );