Skip to content

Instantly share code, notes, and snippets.

@splatio
Last active January 4, 2016 14:09
Show Gist options
  • Save splatio/8632349 to your computer and use it in GitHub Desktop.
Save splatio/8632349 to your computer and use it in GitHub Desktop.
<?php
/**
* @file
* Contains \Drupal\hardcopy\HardcopyFormatPluginManager.
*/
namespace Drupal\hardcopy;
use Drupal\Core\Config\ConfigFactory;
use Drupal\Core\Plugin\DefaultPluginManager;
/**
* Manages hardcopy format plugins.
*/
class HardcopyFormatPluginManager extends DefaultPluginManager {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment