public function AddToCalendarIcsController::__construct in Open Social 10.0.x
Same name and namespace in other branches
- 8.9 modules/social_features/social_event/modules/social_event_addtocal/src/Controller/AddToCalendarIcsController.php \Drupal\social_event_addtocal\Controller\AddToCalendarIcsController::__construct()
- 10.3.x modules/social_features/social_event/modules/social_event_addtocal/src/Controller/AddToCalendarIcsController.php \Drupal\social_event_addtocal\Controller\AddToCalendarIcsController::__construct()
- 10.1.x modules/social_features/social_event/modules/social_event_addtocal/src/Controller/AddToCalendarIcsController.php \Drupal\social_event_addtocal\Controller\AddToCalendarIcsController::__construct()
- 10.2.x modules/social_features/social_event/modules/social_event_addtocal/src/Controller/AddToCalendarIcsController.php \Drupal\social_event_addtocal\Controller\AddToCalendarIcsController::__construct()
AddToCalendarIcsController constructor.
Parameters
\Symfony\Component\HttpFoundation\Request $request: The current request.
\Drupal\Core\File\FileSystemInterface $file_system: The file system service.
File
- modules/
social_features/ social_event/ modules/ social_event_addtocal/ src/ Controller/ AddToCalendarIcsController.php, line 38
Class
- AddToCalendarIcsController
- Class AddToCalendarIcsController.
Namespace
Drupal\social_event_addtocal\ControllerCode
public function __construct(Request $request, FileSystemInterface $file_system) {
$this->request = $request;
$this->fileSystem = $file_system;
}