You are here

protected function RulesConditional::exportFlat in Conditional Rules 7

Same name and namespace in other branches
  1. 8 includes/rules_conditional.plugin.inc \RulesConditional::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 79
Rules plugin implementation.

Class

RulesConditional
Default if-else conditional statement.

Code

protected function exportFlat() {
  return TRUE;
}