You are here

public property ctools_context_required::$skip_name_check in Chaos Tool Suite (ctools) 7

If TRUE, skip the check in ctools_context_required::select() for contexts whose names may have changed.

File

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

Class

ctools_context_required
Used to create a method of comparing if a list of contexts match a required context type.

Code

public $skip_name_check = FALSE;