Back to Joomla project (class list)

Class AfterExtensionBootEvent - list of methods

Event class for representing the extensions's `onBeforeExtensionBoot` event

Extends

Package: Joomla\CMS\Event
Copyright: (C) 2018 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE
Located at: Joomla/Event/AfterExtensionBootEvent.php
Project: Joomla

Method Summary

public string
()

Get the event's extension type. Can be: - component
Returns
  • string
Since
  • 4.0.0
Show source code of this method: getExtensionType Source Code

public string
()

Get the event's extension name.
Returns
  • string
Since
  • 4.0.0
Show source code of this method: getExtensionName Source Code

public \Joomla\DI\Container
()

Get the event's container object
Returns
  • \Joomla\DI\Container
Since
  • 4.0.0
Show source code of this method: getContainer Source Code

Tags Summary

Since
4.0.0