public ActiveTheme::getExtension()
Returns the extension object.
Return value
\Drupal\Core\Extension\Extension
File
- core/lib/Drupal/Core/Theme/ActiveTheme.php, line 161
 
Class
- ActiveTheme
 - Defines a theme and its information needed at runtime.
 
Namespace
Drupal\Core\Theme
Code
public function getExtension() {
  return $this->extension;
}
Please login to continue.