public function RestfulPluginInterface::setPlugin in RESTful 7
Sets information about the restful plugin.
Parameters
array $plugin: The plugin definition.
1 method overrides RestfulPluginInterface::setPlugin()
- RestfulPluginBase::setPlugin in includes/
RestfulPluginBase.php - Sets information about the restful plugin.
File
- includes/
RestfulPluginInterface.php, line 24 - Contains RestfulPluginInterface
Class
- RestfulPluginInterface
- @file Contains RestfulPluginInterface
Code
public function setPlugin($plugin);