CacheFlushCommand extends Command

Table of Contents

Properties

$bootService  : BootService
$dependencyInjectionCache  : FrontendInterface

Methods

__construct()  : mixed
configure()  : void
Defines the allowed options for this command
execute()  : int
{@inheritdoc}
flushCoreCaches()  : void
flushDependencyInjectionCaches()  : void

Properties

Methods

configure()

Defines the allowed options for this command

protected configure() : void

execute()

{@inheritdoc}

protected execute(InputInterface $input, OutputInterface $output) : int
Parameters
$input : InputInterface
$output : OutputInterface
Return values
int

flushCoreCaches()

protected flushCoreCaches(string $group, ContainerInterface $container) : void
Parameters
$group : string
$container : ContainerInterface

flushDependencyInjectionCaches()

protected flushDependencyInjectionCaches(string $group) : void
Parameters
$group : string

        
On this page

Search results