Back to AfterExtensionBootEvent class

Method getExtensionType

public string
getExtensionType
()
Get the event's extension type. Can be: - component
Returns
  • string
Since
  • 4.0.0

Method getExtensionType - Source code

/**
 * Get the event's extension type. Can be:
 * - component
 *
 * @return  string
 *
 * @since  4.0.0
 */
public function getExtensionType() : string
{
    return $this->getArgument('type');
}