You are here

public property editableviews_handler_field_node_title_edit::$editable in Editable Views 7

Boolean to indicate to the style plugin that this field is editable.

We do this here rather than just check the class parentage to allow field handlers to provide form elements for non-FieldAPI entity properties.

File

handlers/editableviews_handler_field_node_title_edit.inc, line 14

Class

editableviews_handler_field_node_title_edit
Field handler for node title editable field.

Code

public $editable = TRUE;