function Extension::getType

Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Extension/Extension.php \Drupal\Core\Extension\Extension::getType()
  2. 10 core/lib/Drupal/Core/Extension/Extension.php \Drupal\Core\Extension\Extension::getType()
  3. 11.x 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 80

Class

Extension
Defines an extension (file) object.

Namespace

Drupal\Core\Extension

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.