Skip to content

Instantly share code, notes, and snippets.

@gambry
gambry / TextfieldWithMaxlengthWidget
Created December 6, 2017 13:40
Drupal text field widget to set custom maxlength
<?php
namespace Drupal\mymodule\Plugin\Field\FieldWidget;
use Drupal\Core\Field\FieldItemListInterface;
use Drupal\Core\Field\Plugin\Field\FieldWidget\StringTextfieldWidget;
use Drupal\Core\Form\FormStateInterface;
/**
* Plugin implementation of the 'textfield_with_maxlength' widget.