Defines a Format plugin annotation object.
Expanded class hierarchy of FormatPlugin
\Drupal\tmgmt_file\Format\FormatManager
class FormatPlugin extends Plugin {
/**
* The plugin ID.
*
* @var string
*/
public $id;
/**
* The human-readable name of the format.
*
* @ingroup plugin_translatable
*
* @var \Drupal\Core\Annotation\Translation
*/
public $label;
}
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
FormatPlugin:: |
public | property | The plugin ID. | |
FormatPlugin:: |
public | property | The human-readable name of the format. |