uswds-8.x-2.1-rc1/preprocess/element/input__number.preprocess.inc
preprocess/element/input__number.preprocess.inc
<?php
/**
* @file
* Preprocess function for this hook.
*/
/**
* Implements hook_preprocess_input__number().
*/
function uswds_preprocess_input__number(&$variables) {
$variables['attributes']['class'][] = 'usa-input';
}
