You are here

public function StockLocationInterface::isActive in Commerce Stock 8

Returns the stock location status indicator.

Return value

bool TRUE if the stock location is active.

File

src/StockLocationInterface.php, line 35

Class

StockLocationInterface
Provides an interface for defining stock locations.

Namespace

Drupal\commerce_stock

Code

public function isActive();