You are here

constant ScreenLoaderManager::ALLOWED_TYPES in Janrain Registration 8

Allowed Janrain screen types.

File

src/ScreenLoaderManager.php, line 40

Class

ScreenLoaderManager
Allow to load and manage Janrain screens (local and remote).

Namespace

Drupal\janrain_capture

Code

const ALLOWED_TYPES = [
  'js',
  'html',
];