You are here

public function BeanTypePluginInterface::getInfo in Bean (for Drupal 7) 7

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 froma key

1 method overrides BeanTypePluginInterface::getInfo()
BeanPlugin::getInfo in plugins/BeanPlugin.class.php
Get Plugin info

File

includes/bean.core.inc, line 35
Bean classes and plugin interface

Class

BeanTypePluginInterface
Interface for Plugin Classes

Code

public function getInfo($key = NULL);