1 common.inc | element_property($key) |
Checks if the key is a property.
File
- core/
includes/ common.inc, line 7407 - Common functions that many Backdrop modules will need to reference.
Code
function element_property($key) {
return substr($key, 0, 1) == '#';
}