public function PurchasableEntityTypeRepositoryInterface::getPurchasableEntityTypes in Commerce Core 8.2
Gets the full list of purchasable entity types.
Return value
\Drupal\Core\Entity\EntityTypeInterface[] An array of purchasable entity type definitions keyed by entity type ID.
1 method overrides PurchasableEntityTypeRepositoryInterface::getPurchasableEntityTypes()
- PurchasableEntityTypeRepository::getPurchasableEntityTypes in src/
PurchasableEntityTypeRepository.php - Gets the full list of purchasable entity types.
File
- src/
PurchasableEntityTypeRepositoryInterface.php, line 16
Class
- PurchasableEntityTypeRepositoryInterface
- Provides an interface for methods to help loading purchasable entity types.
Namespace
Drupal\commerceCode
public function getPurchasableEntityTypes();