You are here

public function BlockEditor::repos in Forena Reports 8

Same name and namespace in other branches
  1. 7.5 src/Editor/BlockEditor.php \Drupal\forena\Editor\BlockEditor::repos()

Return repository.

Return value

DriverInterface

File

src/Editor/BlockEditor.php, line 114

Class

BlockEditor

Namespace

Drupal\forena\Editor

Code

public function repos() {
  return $this
    ->dataManager()
    ->repository($this->provider);
}