public function Framework::alter in Realistic Dummy Content 8.2
Same name and namespace in other branches
- 7.2 api/src/Framework/Framework.php \Drupal\realistic_dummy_content_api\Framework\Framework::alter()
- 3.x api/src/Framework/Framework.php \Drupal\realistic_dummy_content_api\Framework\Framework::alter()
File
- api/
src/ Framework/ Framework.php, line 56
Class
- Framework
- The entry point for the framework.
Namespace
Drupal\realistic_dummy_content_api\FrameworkCode
public function alter($type, &$data, &$context1 = NULL, &$context2 = NULL, &$context3 = NULL) {
return self::implementor()
->alter($type, $data, $context1, $context2, $context3);
}