Same name and namespace in other branches
  1. 5.x includes/common.inc \element_properties()
  2. 6.x includes/common.inc \element_properties()
  3. 7.x includes/common.inc \element_properties()

Get properties of a form tree element. Properties begin with '#'.

Related topics

File

includes/form.inc, line 26

Code

function element_properties($element) {
  return array_filter(array_keys((array) $element), 'element_property');
}