You are here

protected property Extension::$pathname in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Extension/Extension.php \Drupal\Core\Extension\Extension::pathname

The relative pathname of the extension (e.g., 'core/modules/node/node.info.yml').

Type: string

File

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

Class

Extension
Defines an extension (file) object.

Namespace

Drupal\Core\Extension

Code

protected $pathname;