public function BlockEditor::repos in Forena Reports 8
Same name and namespace in other branches
- 7.5 src/Editor/BlockEditor.php \Drupal\forena\Editor\BlockEditor::repos()
Return repository.
Return value
File
- src/
Editor/ BlockEditor.php, line 114
Class
Namespace
Drupal\forena\EditorCode
public function repos() {
return $this
->dataManager()
->repository($this->provider);
}