You are here

interface TMGMTSourceViewsControllerInterface in Translation Management Tool 7

Hierarchy

Expanded class hierarchy of TMGMTSourceViewsControllerInterface

All classes that implement TMGMTSourceViewsControllerInterface

File

views/tmgmt.views.inc, line 138
Contains Views controllers for the translation management module.

View source
interface TMGMTSourceViewsControllerInterface extends TMGMTPluginBaseInterface {

  /**
   * Defines the result for hook_views_data().
   */
  public function views_data();

}

Members

Namesort descending Modifiers Type Description Overrides
TMGMTPluginBaseInterface::pluginInfo public function Returns the info of the type of the plugin. 1
TMGMTPluginBaseInterface::pluginType public function Returns the type of the plugin. 1
TMGMTPluginBaseInterface::__construct public function Constructor. 1
TMGMTSourceViewsControllerInterface::views_data public function Defines the result for hook_views_data(). 1