public function YamlDefinitionsLoader::getMapper in Hook Event Dispatcher 8
Get the FactoryMapper.
Return value
\Drupal\hook_event_dispatcher\Service\PreprocessEventFactoryMapper Factory mapper.
File
- tests/
src/ Unit/ Preprocess/ Helpers/ YamlDefinitionsLoader.php, line 101
Class
- YamlDefinitionsLoader
- Class YamlDefinitionsLoader.
Namespace
Drupal\Tests\hook_event_dispatcher\Unit\Preprocess\HelpersCode
public function getMapper() {
return $this->mapper;
}