ExtraFieldType.php in Entity Extra Field 8
Same filename and directory in other branches
Namespace
Drupal\entity_extra_field\AnnotationFile
src/Annotation/ExtraFieldType.phpView source
<?php
namespace Drupal\entity_extra_field\Annotation;
use Drupal\Component\Annotation\Plugin;
/**
* Define extra field type plugin annotation.
*
* @Annotation
*/
class ExtraFieldType extends Plugin {
/**
* @var string
*/
public $id;
/** @var string */
public $label;
}
Classes
Name | Description |
---|---|
ExtraFieldType | Define extra field type plugin annotation. |