Elcodi\Admin\UserBundle\Controller\Component\AdminUserComponentController::editComponentAction PHP Метод

editComponentAction() публичный Метод

As a component, this action should not return all the html macro, but only the specific component
public editComponentAction ( Symfony\Component\Form\FormView $formView, Elcodi\Component\User\Entity\Interfaces\AdminUserInterface $adminUser ) : array
$formView Symfony\Component\Form\FormView Form view
$adminUser Elcodi\Component\User\Entity\Interfaces\AdminUserInterface AdminUser
Результат array Result
    public function editComponentAction(FormView $formView, AdminUserInterface $adminUser)
    {
        return ['adminUser' => $adminUser, 'form' => $formView];
    }
AdminUserComponentController