interface ConfigurableTabInterface in Block Tabs 8
Defines the interface for configurable tab.
Hierarchy
- interface \Drupal\blocktabs\TabInterface; interface \Drupal\Core\Plugin\PluginFormInterface
- interface \Drupal\blocktabs\ConfigurableTabInterface
Expanded class hierarchy of ConfigurableTabInterface
All classes that implement ConfigurableTabInterface
See also
\Drupal\blocktabs\Annotation\Tab
\Drupal\blocktabs\ConfigurableTabBase
\Drupal\blocktabs\TabInterface
2 files declare their use of ConfigurableTabInterface
- BlocktabsEditForm.php in src/
Form/ BlocktabsEditForm.php - TabFormBase.php in src/
Form/ TabFormBase.php
File
- src/
ConfigurableTabInterface.php, line 17
Namespace
Drupal\blocktabsView source
interface ConfigurableTabInterface extends TabInterface, PluginFormInterface {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ConfigurableInterface:: |
public | function | Gets default configuration for this plugin. | 11 |
ConfigurableInterface:: |
public | function | Gets this plugin's configuration. | 12 |
ConfigurableInterface:: |
public | function | Sets the configuration for this plugin instance. | 12 |
ContextAwarePluginInterface:: |
public | function | Gets a defined context. | 1 |
ContextAwarePluginInterface:: |
public | function | Gets a specific context definition of the plugin. | 2 |
ContextAwarePluginInterface:: |
public | function | Gets the context definitions of the plugin. | 2 |
ContextAwarePluginInterface:: |
public | function | Gets a mapping of the expected assignment names to their context names. | 1 |
ContextAwarePluginInterface:: |
public | function | Gets the defined contexts. | 1 |
ContextAwarePluginInterface:: |
public | function | Gets the value for a defined context. | 1 |
ContextAwarePluginInterface:: |
public | function | Gets the values for all defined contexts. | 1 |
ContextAwarePluginInterface:: |
public | function | Set a context on this plugin. | 1 |
ContextAwarePluginInterface:: |
public | function | Sets a mapping of the expected assignment names to their context names. | 1 |
ContextAwarePluginInterface:: |
public | function | Sets the value for a defined context. | 1 |
ContextAwarePluginInterface:: |
public | function | Validates the set values for the defined contexts. | 1 |
PluginFormInterface:: |
public | function | Form constructor. | 36 |
PluginFormInterface:: |
public | function | Form submission handler. | 32 |
PluginFormInterface:: |
public | function | Form validation handler. | 18 |
PluginInspectionInterface:: |
public | function | Gets the definition of the plugin implementation. | 4 |
PluginInspectionInterface:: |
public | function | Gets the plugin_id of the plugin instance. | 2 |
TabInterface:: |
public | function | Applies a tab to the blocktabs. | 3 |
TabInterface:: |
public | function | Returns the content of the tab. | 1 |
TabInterface:: |
public | function | Returns the extension the derivative would have have after adding this tab. | 1 |
TabInterface:: |
public | function | Returns a render array summarizing the configuration of the tab. | 1 |
TabInterface:: |
public | function | Returns the title of the tab. | 1 |
TabInterface:: |
public | function | Returns the unique ID representing the tab. | 1 |
TabInterface:: |
public | function | Returns the weight of the tab. | 1 |
TabInterface:: |
public | function | Returns the tab label. | 1 |
TabInterface:: |
public | function | Sets the title for this tab. | 1 |
TabInterface:: |
public | function | Sets the weight for this tab. | 1 |