template_preprocess_textarea(&$variables)
Prepares variables for textarea templates.
Default template: textarea.html.twig.
Parameters
array $variables: An associative array containing:
element: An associative array containing the properties of the element. Properties used: #title, #value, #description, #rows, #cols, #placeholder, #required, #attributes, #resizable
File
core/includes/form.inc, line 376 Functions for form and batch generation and processing.
Code
function template_prepr