You are here

RegistrationType.php in Entity Registration 8.2

File

src/Plugin/Field/FieldFormatter/RegistrationType.php
View 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

Namesort descending Description
RegistrationType Plugin annotation @FieldFormatter( id = "registration_type", label = @Translation("Registration Type"), field_types = {"registration"} )