How to get single record from collection in Magento 2
Posted at: September 21, 2018 5:05 PM
Create View.php Controller Action
Rsgitech\News\Controller\Index\View.php
Create ViewNews.php Block
Rsgitech\News\Block\ViewNews.php
Create news_index_view.xml Layout
Rsgitech\News\view\frontend\layout\news_index_view.xml
Create Template view.phtml File
Rsgitech\News\view\frontend\templates\view.phtml
Then run below commands
Complete!!
Download source code: Download
This lesson also available on YouTube
More Posts - Magento 2 Module Development
- Create admin menu in magento 2
- Create system config in magento 2
- Create helper and get system config value Magento 2
- How to create table and install sample data in Magento 2
- Create collection in Magento 2
- Create admin grid listing in Magento 2
- How to add grid items in Magento 2
- How to edit grid items in Magento 2
- How to delete grid items in Magento 2
- How to show collection on frontend with pagination in Magento 2
- How to get single record from collection in Magento 2