Once #1979094: Separate create access operation entity access controllers to avoid costly EntityNG instantiation the module_invoke_all() calls should be replaced by an injected module handler and a call to
<?php
$this->moduleHandler->invokeAll(...)
?>