UnlockBackendCommand extends Command
Core function for unlocking the TYPO3 Backend
Attributes
- #[AsCommand]
- 'backend:unlock'
- 'Unlock the TYPO3 Backend'
Table of Contents
Properties
Methods
- __construct() : mixed
- execute() : int
- Executes the command for removing the lock file
Properties
$lockService read-only
protected
BackendLocker
$lockService
Methods
__construct()
public
__construct(BackendLocker $lockService[, string|null $name = null ]) : mixed
Parameters
- $lockService : BackendLocker
- $name : string|null = null
execute()
Executes the command for removing the lock file
protected
execute(InputInterface $input, OutputInterface $output) : int
Parameters
- $input : InputInterface
- $output : OutputInterface