Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
processAssert (CmsIndex $cmsIndex, CatalogCategoryView $categoryView, Widget $widget, Cache $cache) | |
toString () | |
Data Fields | |
const | SEVERITY = 'low' |
Check that created widget displayed on frontend on Home page and on Advanced Search and after click on widget link on frontend system redirects you to catalog page.
Definition at line 19 of file AssertWidgetCatalogCategoryLink.php.
processAssert | ( | CmsIndex | $cmsIndex, |
CatalogCategoryView | $categoryView, | ||
Widget | $widget, | ||
Cache | $cache | ||
) |
Assert that created widget displayed on frontend on Home page and on Advanced Search and after click on widget link on frontend system redirects you to catalog page.
CmsIndex | $cmsIndex | |
CatalogCategoryView | $categoryView | |
Widget | $widget | |
Cache | $cache |
Definition at line 35 of file AssertWidgetCatalogCategoryLink.php.
toString | ( | ) |
Returns a string representation of the object.
Definition at line 72 of file AssertWidgetCatalogCategoryLink.php.
const SEVERITY = 'low' |
Definition at line 22 of file AssertWidgetCatalogCategoryLink.php.