You are here

public function BoxPlugin::isEditable in Boxes 7.2

Is the box type editable

Overrides BoxTypePluginInterface::isEditable

File

plugins/base.inc, line 74
Base Plugin Class

Class

BoxPlugin
@file Base Plugin Class

Code

public function isEditable() {
  return $this
    ->getInfo('editable');
}