You are here

public function FeaturesManagerInterface::setRoot in Features 8.4

Same name and namespace in other branches
  1. 8.3 src/FeaturesManagerInterface.php \Drupal\features\FeaturesManagerInterface::setRoot()

Set the app.root.

Should only be used by tests.

Parameters

string $root: The root.

1 method overrides FeaturesManagerInterface::setRoot()
FeaturesManager::setRoot in src/FeaturesManager.php
Set the app.root.

File

src/FeaturesManagerInterface.php, line 44

Class

FeaturesManagerInterface
Provides an interface for the FeaturesManager.

Namespace

Drupal\features

Code

public function setRoot($root);