You are here

public function StoreEvent::getStore in Commerce Core 8.2

Gets the store.

Return value

\Drupal\commerce_store\Entity\StoreInterface The store.

File

modules/store/src/Event/StoreEvent.php, line 38

Class

StoreEvent
Defines the store event.

Namespace

Drupal\commerce_store\Event

Code

public function getStore() {
  return $this->store;
}