You are here

public function ConfigActionsSourceBase::getType in Config Actions 8

Return the type of plugin.

Return value

string

Overrides ConfigActionsSourceInterface::getType

File

src/ConfigActionsSourceBase.php, line 174

Class

ConfigActionsSourceBase
Base class for config_actions plugins.

Namespace

Drupal\config_actions

Code

public function getType() {
  return $this->pluginType;
}