You are here

public function BoxTypePluginInterface::isEditable in Boxes 7.2

Is this type editable?

@abstract

Return value

boolean

1 method overrides BoxTypePluginInterface::isEditable()
BoxPlugin::isEditable in plugins/base.inc
Is the box type editable

File

includes/boxes.core.inc, line 80
Box classes and plugin interface

Class

BoxTypePluginInterface
Interface for Plugin Classes

Code

public function isEditable();