di.xml上的网格名称=“ collection”,使用未定义的路径

时间:2019-03-29 16:50:23

标签: xml magento2

当我想在管理面板上生成网格时,需要在di.xml上添加它。

代码:

<type name="Magento\Framework\View\Element\UiComponent\DataProvider\CollectionFactory">
        <arguments>
            <argument name="collections" xsi:type="array">
                <item name="jobs_department_listing_data_source" xsi:type="string">Formation\Jobs\Model\ResourceModel\Grid\Department\Collection</item>
            </argument>
        </arguments>
</type>

在路径Formation\Jobs\Model\ResourceModel\Grid\Department\Collection上有必要工作,但是问题是我的Grid上没有ResourceModel

有人可以解释一下它的工作原理以及Grid文件夹在哪里吗?

0 个答案:

没有答案