| 1 | <?php |
||
| 9 | class DeleteUserSubscriber implements EventSubscriberInterface |
||
| 10 | { |
||
| 11 | /** @var \eZ\Publish\API\Repository\ContentTypeService */ |
||
| 12 | private $contentTypeService; |
||
| 13 | |||
| 14 | public function __construct(ContentTypeService $contentTypeService) |
||
| 18 | |||
| 19 | public static function getSubscribedEvents(): array |
||
| 25 | |||
| 26 | public function onDeleteUser(DeleteUserEvent $event): void |
||
| 30 | } |