Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ActiveTheme.php

function ActiveTheme::getOwner

Returns the path to the theme engine for root themes.

Return value

mixed

See also

\Drupal\Core\Extension\ThemeExtensionList::doList()

File

core/lib/Drupal/Core/Theme/ActiveTheme.php, line 160

Class

ActiveTheme
Defines a theme and its information needed at runtime.

Namespace

Drupal\Core\Theme

Code

public function getOwner() {
    return $this->owner;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal