public function TabBase::defaultConfiguration in Block Tabs 8
Gets default configuration for this plugin.
Return value
array An associative array with the default configuration.
Overrides ConfigurableInterface::defaultConfiguration
1 call to TabBase::defaultConfiguration()
- TabBase::setConfiguration in src/
TabBase.php - Sets the configuration for this plugin instance.
3 methods override TabBase::defaultConfiguration()
- BlockContentTab::defaultConfiguration in src/
Plugin/ Tab/ BlockContentTab.php - Gets default configuration for this plugin.
- BlockTab::defaultConfiguration in src/
Plugin/ Tab/ BlockTab.php - Gets default configuration for this plugin.
- ViewsTab::defaultConfiguration in src/
Plugin/ Tab/ ViewsTab.php - Gets default configuration for this plugin.
File
- src/
TabBase.php, line 173
Class
- TabBase
- Provides a base class for tabs.
Namespace
Drupal\blocktabsCode
public function defaultConfiguration() {
return [];
}