Back to BeforeExtensionBootEvent class

Method getContainer

public \Joomla\DI\Container
getContainer
()
Get the event's container object
Returns
  • \Joomla\DI\Container
Since
  • 4.0.0

Method getContainer - Source code

/**
 * Get the event's container object
 *
 * @return  Container
 *
 * @since  4.0.0
 */
public function getContainer() : Container
{
    return $this->arguments['container'];
}