You are here

public function ConsumerInterface::filterProposals in Authorization 8

Consumer-side filtering.

Parameters

array $proposals: Proposals left over after provider filtering.

array $mapping: What the proposals should be mapped against in the consumer.

Return value

array Remaining, valid proposals.

1 method overrides ConsumerInterface::filterProposals()
ConsumerPluginBase::filterProposals in src/Consumer/ConsumerPluginBase.php
Consumer-side filtering.

File

src/Consumer/ConsumerInterface.php, line 65

Class

ConsumerInterface
Defines an interface for Authorization consumer plugins.

Namespace

Drupal\authorization\Consumer

Code

public function filterProposals(array $proposals, array $mapping) : array;