interface TMGMTSourceViewsControllerInterface in Translation Management Tool 7
Hierarchy
- interface \TMGMTPluginBaseInterface- interface \TMGMTSourceViewsControllerInterface
 
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
| Name   | Modifiers | Type | Description | Overrides | 
|---|---|---|---|---|
| TMGMTPluginBaseInterface:: | public | function | Returns the info of the type of the plugin. | 1 | 
| TMGMTPluginBaseInterface:: | public | function | Returns the type of the plugin. | 1 | 
| TMGMTPluginBaseInterface:: | public | function | Constructor. | 1 | 
| TMGMTSourceViewsControllerInterface:: | public | function | Defines the result for hook_views_data(). | 1 | 
