You are here

public property editableviews_handler_field_field_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_field_edit.inc, line 16

Class

editableviews_handler_field_field_edit
Field handler for toggling between rendered value and edit form element.

Code

public $editable = TRUE;