maxlength_custom_widget_test.module in Maxlength 8
Maxlength custom widget test module file.
File
tests/modules/maxlength_custom_widget_test/maxlength_custom_widget_test.moduleView source
<?php
/**
* @file
* Maxlength custom widget test module file.
*/
/**
* Implements hook_maxlength_widget_settings().
*/
function maxlength_custom_widget_test_maxlength_widget_settings() {
return [
'text_textarea_custom_widget' => [
'maxlength_setting' => TRUE,
'summary_maxlength_setting' => TRUE,
'truncate_setting' => TRUE,
],
];
}
Functions
Name | Description |
---|---|
maxlength_custom_widget_test_maxlength_widget_settings | Implements hook_maxlength_widget_settings(). |