You are here

public function Framework::frameworkRoot in Realistic Dummy Content 3.x

Same name and namespace in other branches
  1. 8.2 api/src/Framework/Framework.php \Drupal\realistic_dummy_content_api\Framework\Framework::frameworkRoot()
  2. 7.2 api/src/Framework/Framework.php \Drupal\realistic_dummy_content_api\Framework\Framework::frameworkRoot()

Return the root path of the framework.

Overrides FrameworkInterface::frameworkRoot

1 method overrides Framework::frameworkRoot()
Drupal8::frameworkRoot in api/src/Framework/Drupal8.php
Return the root path of the framework.

File

api/src/Framework/Framework.php, line 159

Class

Framework
The entry point for the framework.

Namespace

Drupal\realistic_dummy_content_api\Framework

Code

public function frameworkRoot() {
  return $this
    ->implementor()
    ->frameworkRoot();
}