<?php/*------------------------------------------------------------------------# SM Mega Menu - Version 3.2.0# Copyright (c) 2015 YouTech Company. All Rights Reserved.# @license - Copyrighted Commercial Software# Author: YouTech Company# Websites: http://www.magentech.com-------------------------------------------------------------------------*/namespaceSm\MegaMenu\Block\Adminhtml\MenuGroup\Edit;classFormextends\Magento\Backend\Block\Widget\Form\Generic{protectedfunction_prepareForm(){/** @var \Magento\Framework\Data\Form $form */$form=$this->_formFactory->create(['data'=>['id'=>'edit_form','action'=>$this->getData('action'),'method'=>'post']]);$form->setUseContainer(true);$this->setForm($form);returnparent::_prepareForm();}}