You are here

public function RulesElementMap::__construct in Rules 7.2

Constructor.

File

ui/ui.core.inc, line 102
Contains core Rules UI functions.

Class

RulesElementMap
Helper object for mapping elements to ids.

Code

public function __construct(RulesPlugin $config) {
  $this->configuration = $config
    ->root();
}