ManufacturerReaderInterface

Extends

Interface ManufacturerReaderInterface

category

System

package

Manufacturer

subpackage

Repositories

Methods

Returns all manufacturer entities data as array.

getAll() : array

Response

array

Returns manufacturer entity data by the given id.

getById(\IdType $manufacturerId) : array
Throws
\EntityNotFoundException

If no record was found with provided manufacturer entity id.

Arguments

$manufacturerId

\IdType

Response

array