OrphanRecordsCommand
extends Command
-
#[AsCommand]
-
'cleanup:orphanrecords'
-
'Find and delete records that have lost their connection with the page tree'
Table of Contents
Methods
-
__construct()
: mixed
-
configure()
: void
-
execute()
: int
__construct()
public
__construct(ConnectionPool $connectionPool, TcaSchemaFactory $schemaFactory) : mixed
Parameters
-
$connectionPool
: ConnectionPool
-
-
$schemaFactory
: TcaSchemaFactory
-
public
configure() : void
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int
Parameters
-
$input
: InputInterface
-
-
$output
: OutputInterface
-