19declare(strict_types=1);
36 $this->
logger = $DIC->logger()->exp();
37 $this->storage_directory =
$DIC->filesystem()->storage();
45 $this->storage_directory,
52 $this->storage_directory,
59 $this->storage_directory,
65 $this->
logger->error(
'Invalid type given: ' . $type);
66 throw new DomainException(
67 'Invalid type given: ' . $type
getInstanceForComponent(string $type)
Filesystem $storage_directory
Component logger with individual log levels by component id.
Import directory interface.
The filesystem interface provides the public interface for the Filesystem service API consumer.