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

Breadcrumb

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

function Extension::getAbsolutePath

File

vendor/mglaman/phpstan-drupal/src/Drupal/Extension.php, line 131

Class

Extension
Defines an extension (file) object.

Namespace

mglaman\PHPStanDrupal\Drupal

Code

public function getAbsolutePath() : string {
    return $this->root . DIRECTORY_SEPARATOR . $this->getPath();
}

API Navigation

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