theme_container
function theme_container
theme_container($variables)
Returns HTML to wrap child elements in a container.
Used for grouped form items. Can also be used as a theme wrapper for any renderable element, to surround it with a <div> and add attributes such as classes or an HTML ID.
See the Form API reference for more information on the #theme_wrappers render array property.
Parameters
$variables: An associative array containing:
- element: An associative array containing the properties of the element. Properties used: #id, #attributes, #children.