You are here

public function RestfulDataProviderCToolsPlugins::getType in RESTful 7

Get the plugin type.

Return value

string

2 calls to RestfulDataProviderCToolsPlugins::getType()
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 45
Contains \RestfulDataProviderCToolsPlugins

Class

RestfulDataProviderCToolsPlugins
@file Contains \RestfulDataProviderCToolsPlugins

Code

public function getType() {
  return $this->type;
}