You are here

public property ctools_context_optional::$required in Chaos Tool Suite (ctools) 7

Same name and namespace in other branches
  1. 6 includes/context.inc \ctools_context_optional::required

Test to see if this context is required.

Overrides ctools_context_required::$required

File

includes/context.inc, line 394
Contains code related to the ctools system of 'context'.

Class

ctools_context_optional
Used to compare to see if a list of contexts match an optional context. This can produce empty contexts to use as placeholders.

Code

public $required = FALSE;