You are here

protected property Package::$directory in Features 8.3

Same name and namespace in other branches
  1. 8.4 src/Package.php \Drupal\features\Package::directory

The package directory.

@todo This could be fetched from the extension object.

Type: string

File

src/Package.php, line 123

Class

Package
Defines a value object for storing package related data.

Namespace

Drupal\features

Code

protected $directory;