You are here

public function ProviderInterface::sanitizeProposals in Authorization 8

Sanitize proposals.

Parameters

array $proposals: Raw proposals.

Return value

array Processed proposals.

1 method overrides ProviderInterface::sanitizeProposals()
Dummy::sanitizeProposals in tests/modules/authorization_test/src/Plugin/authorization/Provider/Dummy.php
Sanitize proposals.

File

src/Provider/ProviderInterface.php, line 48

Class

ProviderInterface
Defines an interface for Authorization provider plugins.

Namespace

Drupal\authorization\Provider

Code

public function sanitizeProposals(array $proposals) : array;