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