You are here

protected property FlexiformFormEntityManagerDefault::$skip_save in Flexiform 7

An array of booleans keyed by namespace of entities to skip on save.

Type: bool[]

File

includes/flexiform.form_entity_manager.inc, line 112
Contains the default entity manager for flexiforms.

Class

FlexiformFormEntityManagerDefault
Class that manages entities in a flexiform.

Code

protected $skip_save = array();