BaseEventTypeController::getControllerPrefix PHP Method

getControllerPrefix() protected method

Get the prefix name of this controller, used for path calculations for element views.
protected getControllerPrefix ( ) : string
return string
    protected function getControllerPrefix()
    {
        return strtolower(str_replace('Controller', '', Helper::getNSShortname($this)));
    }
BaseEventTypeController