Skip to content

Instantly share code, notes, and snippets.

@splatio
Created January 26, 2014 13:20
Show Gist options
  • Save splatio/8632584 to your computer and use it in GitHub Desktop.
Save splatio/8632584 to your computer and use it in GitHub Desktop.
<?php
namespace Drupal\hardcopy\Annotation;
use Drupal\Component\Annotation\Plugin;
class HardcopyFormat extends Plugin {
public $id;
public $module;
public $title;
public $description = '';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment