public function ActionLinkTypeBase::defaultConfiguration in Flag 8.4
Gets default configuration for this plugin.
Return value
array An associative array with the default configuration.
Overrides ConfigurableInterface::defaultConfiguration
3 calls to ActionLinkTypeBase::defaultConfiguration()
- ActionLinkTypeBase::setConfiguration in src/
ActionLink/ ActionLinkTypeBase.php - Sets the configuration for this plugin instance.
- ActionLinkTypeBase::__construct in src/
ActionLink/ ActionLinkTypeBase.php - Build a new link type instance and sets the configuration.
- FormEntryTypeBase::defaultConfiguration in src/
Plugin/ ActionLink/ FormEntryTypeBase.php - Gets default configuration for this plugin.
1 method overrides ActionLinkTypeBase::defaultConfiguration()
- FormEntryTypeBase::defaultConfiguration in src/
Plugin/ ActionLink/ FormEntryTypeBase.php - Gets default configuration for this plugin.
File
- src/
ActionLink/ ActionLinkTypeBase.php, line 215
Class
- ActionLinkTypeBase
- Provides a base class for all link types.
Namespace
Drupal\flag\ActionLinkCode
public function defaultConfiguration() {
return [];
}