public function TripalField::getFieldName

3.x TripalField.inc public TripalField::getFieldName()

Retrives the name of this field.

Return value

This field's name.

File

tripal/includes/TripalFields/TripalField.inc, line 196

Class

TripalField

Code

public function getFieldName() {
  return $this->field['field_name'];
}