Documentation

FrontFieldValueProvider
in package
implements FieldValueProviderInterface

Table of Contents

Interfaces

FieldValueProviderInterface

Properties

$database  : Connection

Methods

__construct()  : mixed
get()  : array<string|int, FieldValueDTO>

Properties

Methods

__construct()

public __construct(EntityManagerInterface $entityManager) : mixed
Parameters
$entityManager : EntityManagerInterface

get()

public get(string $type, array<string|int, mixed> $objectIds[, string $objectName = null ][, array<string|int, mixed>|null $langIds = null ][, array<string|int, mixed>|null $shopIds = null ][, bool $active = true ]) : array<string|int, FieldValueDTO>
Parameters
$type : string
$objectIds : array<string|int, mixed>
$objectName : string = null
$langIds : array<string|int, mixed>|null = null
$shopIds : array<string|int, mixed>|null = null
$active : bool = true
Tags
throws
DBALException
Return values
array<string|int, FieldValueDTO>

        
On this page

Search results