Copied!

IndexDataProviderInterface

IndexDataProviderInterface.php : 17

Methods

publicgetFieldsForAttribute()

IndexDataProviderInterface.php : 24
public getFieldsForAttribute(AttributeDefinition $attributeDefinition, Attribute<string|int, TValue|null> $attribute) : iterable<string|int, Field>

Parameters

Name Type Default value Description
$attributeDefinition AttributeDefinition - -
$attribute Attribute<string|int, TValue|null> - -

Return values

iterable<string|int, Field>