You are here

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

File

src/Form/SimplesamlphpCustomAttributesEditForm.php, line 32

Class

SimplesamlphpCustomAttributesEditForm

Namespace

Drupal\simplesamlphp_custom_attributes\Form

Code

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