You are here

public function SimplesamlphpCustomAttributesController::__construct in SimpleSAMLphp Custom Attribute Mapping 8

File

src/Controller/SimplesamlphpCustomAttributesController.php, line 32

Class

SimplesamlphpCustomAttributesController

Namespace

Drupal\simplesamlphp_custom_attributes\Controller

Code

public function __construct(EntityFieldManagerInterface $entity_field_manager) {
  $this->mappingConfig = $this
    ->config('simplesamlphp_custom_attributes.mappings');
  $this->entityFieldManager = $entity_field_manager;
}