You are here

public function RestfulDataProviderCToolsPlugins::getModule in RESTful 7

Get the module name.

Return value

string

2 calls to RestfulDataProviderCToolsPlugins::getModule()
RestfulDataProviderCToolsPlugins::getPlugins in plugins/restful/RestfulDataProviderCToolsPlugins.php
Return the plugins.
RestfulDataProviderCToolsPlugins::view in plugins/restful/RestfulDataProviderCToolsPlugins.php
@todo: We should generalize this, as it's repeated often.

File

plugins/restful/RestfulDataProviderCToolsPlugins.php, line 36
Contains \RestfulDataProviderCToolsPlugins

Class

RestfulDataProviderCToolsPlugins
@file Contains \RestfulDataProviderCToolsPlugins

Code

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