You are here

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

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

Return the root path of the framework.

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

File

api/src/Framework/FrameworkInterface.php, line 129

Class

FrameworkInterface
Defines and abstracts all functions which are used by our module.

Namespace

Drupal\realistic_dummy_content_api\Framework

Code

public function frameworkRoot();