You are here

MatrixDefault.php in Matrix field 8.2

File

src/Plugin/Field/FieldFormatter/MatrixDefault.php
View source
<?php

namespace Drupal\matrix\Plugin\Field\FieldFormatter;

use Drupal\Core\Field\FormatterBase;

/**
 * @FieldFormatter(
 *  id = "matrix_default",
 *  label = @Translation("Default"),
 *  field_types = {"matrix_text&quot;, &quot;matrix_custom"}
 * )
 */
class MatrixDefault extends FormatterBase {

}

Classes

Namesort descending Description
MatrixDefault Plugin annotation @FieldFormatter( id = "matrix_default", label = @Translation("Default"), field_types = {"matrix_text&quot;, &quot;matrix_custom"} )