You are here

RngConfigurationInterface.php in RNG - Events and Registrations 8

Namespace

Drupal\rng

File

src/RngConfigurationInterface.php
View source
<?php

namespace Drupal\rng;


/**
 * The RNG Configuration service interface.
 */
interface RngConfigurationInterface {

  /**
   * Get valid identity entity types.
   *
   * @return string[]
   *   Array of entity types IDs.
   */
  public function getIdentityTypes();

}

Interfaces

Namesort descending Description
RngConfigurationInterface The RNG Configuration service interface.