You are here

function coder_node_get_name in Coder 5

Same name in this branch
  1. 5 tests/coder_5x.inc \coder_node_get_name()
  2. 5 tests/coder_6x.inc \coder_node_get_name()
Same name and namespace in other branches
  1. 5.2 tests/coder_5x.inc \coder_node_get_name()
  2. 5.2 tests/coder_6x.inc \coder_node_get_name()

File

tests/coder_5x.inc, line 3

Code

function coder_node_get_name() {
  node_get_name('name');
}