You are here

public function RestfulPluginInterface::getPluginKey in RESTful 7

Gets information about the restful plugin key.

Parameters

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

Return value

mixed Depends on the requested value. NULL if the key is not found.

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

File

includes/RestfulPluginInterface.php, line 35
Contains RestfulPluginInterface

Class

RestfulPluginInterface
@file Contains RestfulPluginInterface

Code

public function getPluginKey($key);