You are here

protected property NumberFormatRepository::$eventDispatcher in Price 8

Same name and namespace in other branches
  1. 3.x src/Repository/NumberFormatRepository.php \Drupal\price\Repository\NumberFormatRepository::eventDispatcher
  2. 2.0.x src/Repository/NumberFormatRepository.php \Drupal\price\Repository\NumberFormatRepository::eventDispatcher
  3. 2.x src/Repository/NumberFormatRepository.php \Drupal\price\Repository\NumberFormatRepository::eventDispatcher
  4. 3.0.x src/Repository/NumberFormatRepository.php \Drupal\price\Repository\NumberFormatRepository::eventDispatcher

The event dispatcher.

Type: \Symfony\Component\EventDispatcher\EventDispatcherInterface

File

src/Repository/NumberFormatRepository.php, line 24

Class

NumberFormatRepository
Defines the number format repository.

Namespace

Drupal\price\Repository

Code

protected $eventDispatcher;