You are here

public function ProdCheckBase::getConfiguration in Production check & Production monitor 8

Gets this plugin's configuration.

Return value

array An array of this plugin's configuration.

Overrides ConfigurableInterface::getConfiguration

File

src/Plugin/ProdCheck/ProdCheckBase.php, line 235

Class

ProdCheckBase
Base class for all the prod check plugins.

Namespace

Drupal\prod_check\Plugin\ProdCheck

Code

public function getConfiguration() {
  return $this->configuration;
}