You are here

function editableviews_handler_field_node_title_edit::field_name in Editable Views 7

Return the name of the entity property this handler controls.

File

handlers/editableviews_handler_field_node_title_edit.inc, line 39

Class

editableviews_handler_field_node_title_edit
Field handler for node title editable field.

Code

function field_name() {
  return 'title';
}