You are here

function Base::env in Realistic Dummy Content 8

File

api/src/manipulators/Base.php, line 26
Define autoload class.

Class

Base
The most generic content manipulator.

Namespace

Drupal\realistic_dummy_content_api\manipulators

Code

function env() {
  return Environment::Get();
}