public function Element::getArray in Express 8
Retrieves the render array for the element.
Return value
array The element render array, passed by reference.
File
- themes/
contrib/ bootstrap/ src/ Utility/ Element.php, line 310 - Contains \Drupal\bootstrap\Utility\Element.
Class
- Element
- Provides helper methods for Drupal render elements.
Namespace
Drupal\bootstrap\UtilityCode
public function &getArray() {
return $this->array;
}