RegistrationType.php in Entity Registration 8.2
Same filename in this branch
File
src/Plugin/Field/FieldFormatter/RegistrationType.phpView source
<?php
/**
* @file
* Contains \Drupal\registration\Plugin\Field\FieldFormatter\RegistrationType.
*/
namespace Drupal\registration\Plugin\Field\FieldFormatter;
use Drupal\Core\Field\FormatterBase;
/**
* @FieldFormatter(
* id = "registration_type",
* label = @Translation("Registration Type"),
* field_types = {"registration"}
* )
*/
class RegistrationType extends FormatterBase {
}
Classes
Name | Description |
---|---|
RegistrationType | Plugin annotation @FieldFormatter( id = "registration_type", label = @Translation("Registration Type"), field_types = {"registration"} ) |