You are here

public function Extension::getType in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Extension/Extension.php \Drupal\Core\Extension\Extension::getType()

Returns the type of the extension.

Return value

string

File

core/lib/Drupal/Core/Extension/Extension.php, line 77
Contains \Drupal\Core\Extension\Extension.

Class

Extension
Defines an extension (file) object.

Namespace

Drupal\Core\Extension

Code

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