public function Element::properties in Express 8
Gets properties of a structured array element (keys beginning with '#').
Return value
array An array of property keys for the element.
File
- themes/
contrib/ bootstrap/ src/ Utility/ Element.php, line 531 - Contains \Drupal\bootstrap\Utility\Element.
Class
- Element
- Provides helper methods for Drupal render elements.
Namespace
Drupal\bootstrap\UtilityCode
public function properties() {
return \Drupal\Core\Render\Element::properties($this->array);
}