You are here

protected function ViewsRulesLoop::exportFlat in Views Rules 7

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

rules/views_rules.plugin.inc, line 187
Views Rules plugin implementations.

Class

ViewsRulesLoop
Loop plugin for using results from a view with Rules displays.

Code

protected function exportFlat() {
  return FALSE;
}