You are here

MatrixText.php in Matrix field 8.2

File

src/Plugin/Field/FieldWidget/MatrixText.php
View source
<?php

namespace Drupal\matrix\Plugin\Field\FieldWidget;

use Drupal\Core\Field\WidgetBase;

/**
 * @FieldWidget(
 *  id = "matrix_text",
 *  label = @Translation("Text Matrix"),
 *  description = @Translation("A grid of textfields"),
 *  field_types = {"matrix_text"}
 * )
 */
class MatrixText extends WidgetBase {

}

Classes

Namesort descending Description
MatrixText Plugin annotation @FieldWidget( id = "matrix_text", label = @Translation("Text Matrix"), description = @Translation("A grid of textfields"), field_types = {"matrix_text"} )