You are here

FormatterPluginCollection.php in RESTful 7.2

File

src/Formatter/FormatterPluginCollection.php
View source
<?php

/**
 * @file
 * Contains \Drupal\restful\Formatter\FormatterPluginCollection
 */
namespace Drupal\restful\Formatter;

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

}

Classes