You are here

public function Dummy::createConsumerTarget in Authorization 8

Create authorization consumer targets.

Parameters

string $mapping: What grant to create.

Overrides ConsumerInterface::createConsumerTarget

File

tests/modules/authorization_test/src/Plugin/authorization/Consumer/Dummy.php, line 42

Class

Dummy
Provides a consumer for Drupal roles.

Namespace

Drupal\authorization_test\Plugin\authorization\Consumer

Code

public function createConsumerTarget(string $mapping) : void {
}