You are here

public function RestfulPluginInterface::setPluginKey in RESTful 7

Gets information about the restful plugin key.

Parameters

string $key: The name of the key to return.

mixed $value: The value to set.

1 method overrides RestfulPluginInterface::setPluginKey()
RestfulPluginBase::setPluginKey in includes/RestfulPluginBase.php
Gets information about the restful plugin key.

File

includes/RestfulPluginInterface.php, line 45
Contains RestfulPluginInterface

Class

RestfulPluginInterface
@file Contains RestfulPluginInterface

Code

public function setPluginKey($key, $value);