You are here

public function EntityRoutingMapBase::defaultConfiguration in Form mode manager 8.2

Same name and namespace in other branches
  1. 8 src/EntityRoutingMapBase.php \Drupal\form_mode_manager\EntityRoutingMapBase::defaultConfiguration()

Gets default configuration for this plugin.

Return value

array An associative array with the default configuration.

Overrides ConfigurableInterface::defaultConfiguration

2 calls to EntityRoutingMapBase::defaultConfiguration()
EntityRoutingMapBase::setConfiguration in src/EntityRoutingMapBase.php
Sets the configuration for this plugin instance.
Generic::defaultConfiguration in src/Plugin/EntityRoutingMap/Generic.php
Gets default configuration for this plugin.
1 method overrides EntityRoutingMapBase::defaultConfiguration()
Generic::defaultConfiguration in src/Plugin/EntityRoutingMap/Generic.php
Gets default configuration for this plugin.

File

src/EntityRoutingMapBase.php, line 231

Class

EntityRoutingMapBase
Base class for form mode manager entity routing plugin.

Namespace

Drupal\form_mode_manager

Code

public function defaultConfiguration() {
  return [];
}