You are here

AuthenticationPluginCollection.php in RESTful 7.2

File

src/Authentication/AuthenticationPluginCollection.php
View source
<?php

/**
 * @file
 * Contains \Drupal\restful\Authentication\AuthenticationPluginCollection
 */
namespace Drupal\restful\Authentication;

use Drupal\Core\Plugin\DefaultLazyPluginCollection;
class AuthenticationPluginCollection extends DefaultLazyPluginCollection {

}

Classes