Backend\Modules\Extensions\Actions\Themes::execute PHP Method

execute() public method

Execute the action.
public execute ( )
    public function execute()
    {
        parent::execute();
        // load the data
        $this->loadData();
        // load the form
        $this->loadForm();
        $this->validateForm();
        $this->parse();
        $this->display();
    }