public function SimplesamlphpCustomAttributesController::__construct in SimpleSAMLphp Custom Attribute Mapping 8
File
- src/
Controller/ SimplesamlphpCustomAttributesController.php, line 32
Class
Namespace
Drupal\simplesamlphp_custom_attributes\ControllerCode
public function __construct(EntityFieldManagerInterface $entity_field_manager) {
$this->mappingConfig = $this
->config('simplesamlphp_custom_attributes.mappings');
$this->entityFieldManager = $entity_field_manager;
}