Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu-rolland committed Mar 26, 2021
1 parent 7c75042 commit 23c75aa
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
use PrestaShopBundle\Entity\ShopGroup;
use Symfony\Component\HttpFoundation\Response;

/**
* This class is responsible for preparing multistore elements that will be displayed in the BO
* For now there is only the multistore header.
*/
class MultistoreController extends FrameworkBundleAdminController
{
/**
Expand All @@ -53,6 +57,8 @@ class MultistoreController extends FrameworkBundleAdminController
public $entityManager;

/**
* This methods returns a Response object containing the multistore header displayed at the top of migrated pages
*
* @param bool $lockedToAllShopContext
*
* @return Response
Expand Down

0 comments on commit 23c75aa

Please sign in to comment.