interface ViewsDuplicateBuilderPluginInterface in Views Templates 8
Creates common interface for Builders that use View Template.
This allows Views to be exported to CMI and then manually changed to Views Templates by changing the.
Hierarchy
- interface \Drupal\Component\Plugin\PluginInspectionInterface
- interface \Drupal\views_templates\Plugin\ViewsBuilderPluginInterface
- interface \Drupal\views_templates\Plugin\ViewsDuplicateBuilderPluginInterface
- interface \Drupal\views_templates\Plugin\ViewsBuilderPluginInterface
Expanded class hierarchy of ViewsDuplicateBuilderPluginInterface
All classes that implement ViewsDuplicateBuilderPluginInterface
2 files declare their use of ViewsDuplicateBuilderPluginInterface
File
- src/
Plugin/ ViewsDuplicateBuilderPluginInterface.php, line 11
Namespace
Drupal\views_templates\PluginView source
interface ViewsDuplicateBuilderPluginInterface extends ViewsBuilderPluginInterface {
/**
* Return the View Template id to be used by this Plugin.
*
* @return string
* Returns View Template id.
*/
public function getViewTemplateId();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
PluginInspectionInterface:: |
public | function | Gets the definition of the plugin implementation. | 4 |
PluginInspectionInterface:: |
public | function | Gets the plugin_id of the plugin instance. | 2 |
ViewsBuilderPluginInterface:: |
public | function | Return form elements of extra configuration when adding View from template. | 1 |
ViewsBuilderPluginInterface:: |
public | function | Create a View. Don't save it. | 1 |
ViewsBuilderPluginInterface:: |
public | function | Get template admin label. | 1 |
ViewsBuilderPluginInterface:: |
public | function | Returns base table id. | 1 |
ViewsBuilderPluginInterface:: |
public | function | Get a value from the plugin definition. | 1 |
ViewsBuilderPluginInterface:: |
public | function | Get template description. | 1 |
ViewsBuilderPluginInterface:: |
public | function | Determine if a template exists. | 1 |
ViewsDuplicateBuilderPluginInterface:: |
public | function | Return the View Template id to be used by this Plugin. | 1 |