Full ELMS Learning Network documentation
Search for condition
- Search CIS 7 for condition
- Search CLE 7 for condition
- Search ECD 7 for condition
- Search Harmony 7 for condition
- Search ICOR 7 for condition
- Search Meedjum Blog 7 for condition
- Search MOOC 7 for condition
Name | Type | Location | Description |
---|---|---|---|
db_condition | function |
includes/ |
Returns a new DatabaseCondition, set to the specified conjunction. |
context_condition | class |
sites/ |
Base class for a context condition. |
DatabaseCondition | class |
includes/ |
Generic class for a series of conditions in a query. |
context_conditions | function |
sites/ |
Get all context conditions. |
context_condition.inc | file |
sites/ |
|
MergeQuery::condition | function |
includes/ |
Implements QueryConditionInterface::condition(). |
context_condition_met | function |
sites/ |
Queue or activate contexts that have met the specified condition. |
context_condition_map | function |
sites/ |
Loads an associative array of conditions => context identifiers to allow contexts to be set by different conditions. |
context_node_condition | function |
sites/ |
Centralized node condition call function for the ever increasing number of ways to get at a node view / node form. |
SelectQuery::condition | function |
includes/ |
Helper function: builds the most common conditional clauses. |
context_condition_path | class |
sites/ |
Expose paths as a context condition. |
context_condition_menu | class |
sites/ |
Expose menu items as a context condition. |
DeleteQuery::condition | function |
includes/ |
Implements QueryConditionInterface::condition(). |
context_condition_node | class |
sites/ |
Expose node views/node forms of specific node types as a context condition. |
context_condition_user | class |
sites/ |
Expose current user role as a context condition. |
UpdateQuery::condition | function |
includes/ |
Implements QueryConditionInterface::condition(). |
MergeQuery::conditions | function |
includes/ |
Implements QueryConditionInterface::conditions(). |
context_condition_book | class |
sites/ |
Expose book properties as a context condition. |
QueryConditionInterface | interface |
includes/ |
Interface for a conditional clause in a query. |
context_condition_theme | class |
sites/ |
Expose themes as a context condition. |
SelectQuery::conditions | function |
includes/ |
Gets a complete list of all conditions in this conditional clause. |
og_rules_condition_info | function |
sites/ |
Implements hook_rules_condition_info(). |
context_condition_views | class |
sites/ |
|
DeleteQuery::$condition | property |
includes/ |
The condition object for this query. |
DeleteQuery::conditions | function |
includes/ |
Implements QueryConditionInterface::conditions(). |
UpdateQuery::$condition | property |
includes/ |
The condition object for this query. |
UpdateQuery::conditions | function |
includes/ |
Implements QueryConditionInterface::conditions(). |
SearchQuery::$conditions | property |
modules/ |
Conditions that are used for exact searches. |
DatabaseCondition::count | function |
includes/ |
Implements Countable::count(). |
DatabaseCondition::where | function |
includes/ |
Implements QueryConditionInterface::where(). |
CONTEXT_CONDITION_MODE_OR | constant |
sites/ |
|
context_condition_context | class |
sites/ |
Expose active contexts as a context condition. |
DatabaseCondition::isNull | function |
includes/ |
Implements QueryConditionInterface::isNull(). |
DatabaseCondition::exists | function |
includes/ |
Implements QueryConditionInterface::exists(). |
context_condition_sitewide | class |
sites/ |
Simple sitewide context, always present. |
context_condition_language | class |
sites/ |
Expose current language as a context condition. |
context_condition::__clone | function |
sites/ |
Clone our references when we're being cloned. |
callback_search_conditions | function |
modules/ |
Provide search query conditions. |
MergeQuery::conditionTable | function |
includes/ |
Sets the table or subquery to be used for the condition. |
context_condition_path.inc | file |
sites/ |
|
context_condition_menu.inc | file |
sites/ |
|
context_condition_node.inc | file |
sites/ |
|
context_condition_user.inc | file |
sites/ |
|
CONTEXT_CONDITION_MODE_AND | constant |
sites/ |
|
context_condition_bookroot | class |
sites/ |
Set the context on the basis of the node type of page's book root. |
context_condition_book.inc | file |
sites/ |
|
DatabaseCondition::compile | function |
includes/ |
Implements QueryConditionInterface::compile(). |
at_load_conditional_styles | function |
sites/ |
Load Sub-theme IE Stylesheets. Wrapper function for drupal_add_css() that makes use the 'browser' option to load stylesheets for Internet Explorer. |
DatabaseCondition::__clone | function |
includes/ |
PHP magic __clone() method. |
context_condition_theme.inc | file |
sites/ |