You are here

public function FeedsPlugin::pluginDefinition in Feeds 7.2

Returns the plugin definition.

Return value

array The plugin definition array.

See also

ctools_get_plugins()

1 call to FeedsPlugin::pluginDefinition()
FeedsPlugin::dependencies in plugins/FeedsPlugin.inc
Implements FeedsConfigurable::dependencies().

File

plugins/FeedsPlugin.inc, line 87
Definition of FeedsPlugin class.

Class

FeedsPlugin
Implement source interface for all plugins.

Code

public function pluginDefinition() {
  return $this->pluginDefinition;
}