public static ElementInterface::setAttributes(&$element, $class = array())
Sets a form element's class attribute.
Adds 'required' and 'error' classes as needed.
Parameters
array $element: The form element.
array $class: Array of new class names to be added.
File
- core/lib/Drupal/Core/Render/Element/ElementInterface.php, line 50
Class
- ElementInterface
- Provides an interface for render element plugins.
Namespace
Drupal\Core\Render\Element
Code
1 | public static function setAttributes(& $element , $class = array ()); |
Please login to continue.