We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9971960 commit 2fc45a1Copy full SHA for 2fc45a1
app/code/Magento/SalesRule/Controller/Adminhtml/Promo/Widget/CategoriesJson.php
@@ -5,6 +5,13 @@
5
*/
6
namespace Magento\SalesRule\Controller\Adminhtml\Promo\Widget;
7
8
+/**
9
+ * Class for generation of JSON for building tree catalog.
10
+ *
11
+ * Examples of use:
12
+ * \Magento\Catalog\Block\Adminhtml\Category\Tree::getLoadTreeUrl
13
+ * \Magento\Catalog\Block\Adminhtml\Category\Widget\Chooser::getLoadTreeUrl
14
+ */
15
class CategoriesJson extends \Magento\CatalogRule\Controller\Adminhtml\Promo\Widget\CategoriesJson
16
{
17
/**
0 commit comments