You are here

public function Package::getStatus in Features 8.4

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

Return value

int

1 call to Package::getStatus()
Package::getRequiredAll in src/Package.php

File

src/Package.php, line 233

Class

Package
Defines a value object for storing package related data.

Namespace

Drupal\features

Code

public function getStatus() {
  return $this->status;
}