1.20.x common.inc element_property($key)

Checks if the key is a property.

File

includes/common.inc, line 7290
Common functions that many Backdrop modules will need to reference.

Code

function element_property($key) {
  return substr($key, 0, 1) == '#';
}