You are here

protected function FeedsPlugin::setPluginDefinition in Feeds 7.2

Sets the plugin definition.

This is protected since we're only using it in FeedsPlugin::instance().

Parameters

array $plugin_definition: The plugin definition.

File

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

Class

FeedsPlugin
Implement source interface for all plugins.

Code

protected function setPluginDefinition(array $plugin_definition) {
  $this->pluginDefinition = $plugin_definition;
}