Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function run()
 {
     $this->attributeSetup->run();
     $this->categorySetup->run();
     $this->productSetup->run();
     $this->postInstaller->addSetupResource($this->productLinkSetup);
 }
Exemplo n.º 2
0
 /**
  * {@inheritdoc}
  */
 public function run()
 {
     $this->postInstaller->addSetupResource($this->cmsBlockSetup, 20);
 }
Exemplo n.º 3
0
 /**
  * {@inheritdoc}
  */
 public function run()
 {
     $this->pageSetup->run();
     $this->postInstaller->addSetupResource($this->blockSetup);
 }
Exemplo n.º 4
0
 /**
  * {@inheritdoc}
  */
 public function run()
 {
     $this->postInstaller->addSetupResource($this->ruleSetup);
 }
Exemplo n.º 5
0
 /**
  * {@inheritdoc}
  */
 public function run()
 {
     $this->postInstaller->addSetupResource($this->wishlistSetup);
 }
 /**
  * {@inheritdoc}
  */
 public function run()
 {
     $this->postInstaller->removeSetupResourceType('Magento\\SampleData\\Module\\Wishlist\\Setup\\Wishlist');
     $this->postInstaller->addSetupResource($this->wishlistSetup);
 }