You are here

protected function RulesConditionalDefaultCase::exportFlat in Conditional Rules 7

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

Class

RulesConditionalDefaultCase
Switch default case.

Code

protected function exportFlat() {
  return TRUE;
}