function element_properties
Gets properties of a structured array element (keys beginning with '#').
1 call to element_properties()
- filter_process_format in modules/
filter/ filter.module - Expands an element into a base element with text format selector attached.
File
-
includes/
common.inc, line 6693
Code
function element_properties($element) {
return array_filter(array_keys((array) $element), 'element_property');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.