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

Breadcrumb

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

function Extension::getPathname

Same name in this branch
  1. 11.1.x vendor/mglaman/phpstan-drupal/src/Drupal/Extension.php \mglaman\PHPStanDrupal\Drupal\Extension::getPathname()

Returns the relative path and filename of the extension's info file.

Return value

string

1 method overrides Extension::getPathname()
DatabaseDriver::getPathname in core/lib/Drupal/Core/Extension/DatabaseDriver.php
Returns the relative path and filename of the extension's info file.

File

core/lib/Drupal/Core/Extension/Extension.php, line 112

Class

Extension
Defines an extension (file) object.

Namespace

Drupal\Core\Extension

Code

public function getPathname() {
    return $this->pathname;
}

API Navigation

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