You are here

public function ConfigName::getType in Update helper 2.x

Same name and namespace in other branches
  1. 8 src/ConfigName.php \Drupal\update_helper\ConfigName::getType()

Get configuration type.

Return value

string Config type.

File

src/ConfigName.php, line 161

Class

ConfigName
Configuration name class for easier handling of configuration references.

Namespace

Drupal\update_helper

Code

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