Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Variables
url_rewrites.php File Reference

Go to the source code of this file.

Variables

 $objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()
 
 $category1 = $objectManager->create(\Magento\Catalog\Model\Category::class)
 
 $product = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()->create(\Magento\Catalog\Model\Product::class)
 
 $category2 = $objectManager->create(\Magento\Catalog\Model\Category::class)
 
 $category3
 

Variable Documentation

◆ $category1

$category1 = $objectManager->create(\Magento\Catalog\Model\Category::class)

Definition at line 10 of file url_rewrites.php.

◆ $category2

$category2 = $objectManager->create(\Magento\Catalog\Model\Category::class)

Definition at line 34 of file url_rewrites.php.

◆ $category3

$category3
Initial value:

Definition at line 46 of file url_rewrites.php.

◆ $objectManager

Definition at line 7 of file url_rewrites.php.

◆ $product

$product = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()->create(\Magento\Catalog\Model\Product::class)

Definition at line 22 of file url_rewrites.php.