You are here

public function Package::getFiles in Features 8.4

Same name and namespace in other branches
  1. 8.3 src/Package.php \Drupal\features\Package::getFiles()

Return value

mixed

File

src/Package.php, line 358

Class

Package
Defines a value object for storing package related data.

Namespace

Drupal\features

Code

public function getFiles() {
  return $this->files;
}