function RulesElementMap::__construct

Constructor.

File

ui/ui.core.inc, line 102

Class

RulesElementMap
Helper object for mapping elements to ids.

Code

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