class ReindexContentController extends AbstractController (View source)

Traits

Trait ApplicationAwareTrait A trait used with ApplicationAwareInterface

Properties

protected Application $app from  ApplicationAwareTrait
protected Connection $db
protected ObjectManager $objectManager

Methods

string
getHelpText()

No description

string
getConsoleCommandName()

No description

Definition|null
getInputDefinition()

No description

setApplication(Application $app)

Setter method for the application

__construct(Connection $db, ObjectManager $objectManager)

ReindexContentController constructor.

string
getName()

No description

string
getDescription()

No description

Details

string getHelpText()

No description

Return Value

string

string getConsoleCommandName()

No description

Return Value

string

Definition|null getInputDefinition()

No description

Return Value

Definition|null

setApplication(Application $app)

Setter method for the application

Parameters

Application $app

__construct(Connection $db, ObjectManager $objectManager)

ReindexContentController constructor.

Parameters

Connection $db
ObjectManager $objectManager

string getName()

No description

Return Value

string

string getDescription()

No description

Return Value

string

TaskRunnerInterface getTaskRunner(TaskInterface $task, InputInterface $input)

No description

Parameters

TaskInterface $task
InputInterface $input

Return Value

TaskRunnerInterface