Skip to content

Instantly share code, notes, and snippets.

@splatio
Last active January 4, 2016 14:09
Show Gist options
  • Save splatio/8632519 to your computer and use it in GitHub Desktop.
Save splatio/8632519 to your computer and use it in GitHub Desktop.
<?php
class HardcopyFormatPluginManager extends DefaultPluginManager {
public function __construct(\Traversable $namespaces, ConfigFactory $config) {
parent::__construct('Plugin/HardcopyFormat', $namespaces, 'Drupal\hardcopy\Annotation\HardcopyFormat');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment