abstract class Base in Realistic Dummy Content 8
The most generic content manipulator.
Because Realistic Dummy Content defines content as any data including but not limited to entities, entities are managed by a subclass of this, but we leave the door open to manipulators of other types of data (including menus, for example, which are not entites), which are not yet supported but which could be in future releases. See the issue queue or open a new issue at https://drupal.org/project/issues/realistic_dummy_content if you would like to help with this!
Hierarchy
- class \Drupal\realistic_dummy_content_api\manipulators\Base
Expanded class hierarchy of Base
2 files declare their use of Base
- EntityBase.php in api/
src/ manipulators/ EntityBase.php - Define autoload class.
- RealisticDummyContent.php in api/
src/ facade/ RealisticDummyContent.php - Define autoload class.
File
- api/
src/ manipulators/ Base.php, line 25 - Define autoload class.
Namespace
Drupal\realistic_dummy_content_api\manipulatorsView source
abstract class Base {
function env() {
return Environment::Get();
}
}