You are here

public function BoxTypePluginInterface::getInfo in Boxes 7.2

Get the ctools plugin info.

If you pass in a key, then the key from the plugin info will be returned otherwise the entire plugin will be returned

@abstract

Parameters

$key:

Return value

array of plugin info for value from a key

1 method overrides BoxTypePluginInterface::getInfo()
BoxPlugin::getInfo in plugins/base.inc
Get Plugin info

File

includes/boxes.core.inc, line 35
Box classes and plugin interface

Class

BoxTypePluginInterface
Interface for Plugin Classes

Code

public function getInfo($key = NULL);