RngConfigurationInterface.php in RNG - Events and Registrations 8.2
Same filename and directory in other branches
Namespace
Drupal\rngFile
src/RngConfigurationInterface.phpView 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
Name | Description |
---|---|
RngConfigurationInterface | The RNG Configuration service interface. |