* @git Joomla Component Builder * @copyright Copyright (C) 2015 Vast Development Method. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ // No direct access to this file defined('_JEXEC') or die('Restricted access'); use Joomla\CMS\Factory; use Joomla\CMS\Language\Text; use Joomla\CMS\HTML\HTMLHelper as Html; use Joomla\CMS\Layout\LayoutHelper; use Joomla\CMS\Router\Route; Html::addIncludePath(JPATH_COMPONENT.'/helpers/html'); Html::_('behavior.formvalidator'); Html::_('formbehavior.chosen', 'select'); Html::_('behavior.keepalive'); $componentParams = $this->params; // will be removed just use $this->params instead ?>