‪TYPO3CMS  ‪main
TYPO3\CMS\Backend\Command\UnlockBackendCommand Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Command\UnlockBackendCommand:

Protected Member Functions

 execute (InputInterface $input, OutputInterface $output)
 
string getLockFileName ()
 

Detailed Description

Core function for unlocking the TYPO3 Backend

Definition at line 29 of file UnlockBackendCommand.php.

Member Function Documentation

◆ execute()

TYPO3\CMS\Backend\Command\UnlockBackendCommand::execute ( InputInterface  $input,
OutputInterface  $output 
)
protected

Executes the command for removing the lock file

Definition at line 34 of file UnlockBackendCommand.php.

References $output, and TYPO3\CMS\Backend\Command\UnlockBackendCommand\getLockFileName().

◆ getLockFileName()

string TYPO3\CMS\Backend\Command\UnlockBackendCommand::getLockFileName ( )
protected

Location of the file name

Returns
‪string

Definition at line 57 of file UnlockBackendCommand.php.

References TYPO3\CMS\Core\Core\Environment\getLegacyConfigPath().

Referenced by TYPO3\CMS\Backend\Command\UnlockBackendCommand\execute().