You are here

public function BlockEditor::repos in Forena Reports 7.5

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

Return repository.

Return value

FrxDataSource

File

src/Editor/BlockEditor.php, line 104

Class

BlockEditor

Namespace

Drupal\forena\Editor

Code

public function repos() {
  return Frx::DataManager()
    ->repository($this->provider);
}