You are here

protected property FacetapiEmptyBehaviorText::$formatSet in Facet API 7

Same name and namespace in other branches
  1. 6.3 plugins/facetapi/empty_behavior_text.inc \FacetapiEmptyBehaviorText::formatSet
  2. 7.2 plugins/facetapi/empty_behavior_text.inc \FacetapiEmptyBehaviorText::formatSet

A boolean flagging whether the input format is set, FALSE means it is being pulled from FacetapiEmptyBehavior::getDefaultSettings().

Type: bool

File

plugins/facetapi/empty_behavior_text.inc, line 22
The empty_text empty behavior class.

Class

FacetapiEmptyBehaviorText
Empty behavior plugin that displays markup, usually just some text.

Code

protected $formatSet = FALSE;