You are here

protected function RulesConditionalElse::exportFlat in Conditional Rules 7

Same name and namespace in other branches
  1. 8 includes/rules_conditional.plugin.inc \RulesConditionalElse::exportFlat()

Determines whether the element should be exported in flat style.

Flat style means that the export keys are written directly into the export array, whereas else the export is written into a sub-array.

Overrides RulesContainerPlugin::exportFlat

File

includes/rules_conditional.plugin.inc, line 148
Rules plugin implementation.

Class

RulesConditionalElse
The "else" clause.

Code

protected function exportFlat() {
  return TRUE;
}