Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
module-newsletter
Controller
Adminhtml
Subscriber.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Newsletter\Controller\Adminhtml
;
7
11
abstract
class
Subscriber
extends
\Magento\Backend\App\Action
12
{
18
const
ADMIN_RESOURCE
=
'Magento_Newsletter::subscriber'
;
19
23
protected
$_fileFactory
;
24
29
public
function
__construct
(
30
\
Magento
\Backend\
App
\Action\
Context
$context,
31
\
Magento
\Framework\
App
\
Response
\Http\FileFactory $fileFactory
32
) {
33
$this->_fileFactory = $fileFactory;
34
parent::__construct($context);
35
}
36
}
Magento\Newsletter\Controller\Adminhtml\Subscriber\__construct
__construct(\Magento\Backend\App\Action\Context $context, \Magento\Framework\App\Response\Http\FileFactory $fileFactory)
Definition:
Subscriber.php:29
Magento\Framework\App\Response\Http
Definition:
FileFactory.php:7
Magento\Framework\App
Magento\Newsletter\Controller\Adminhtml\Subscriber\$_fileFactory
$_fileFactory
Definition:
Subscriber.php:23
Magento\Newsletter\Controller\Adminhtml\Subscriber
Definition:
Subscriber.php:11
Magento\Newsletter\Controller\Adminhtml
Definition:
NewsletterQueueTest.php:6
Magento\Backend\App\Action
Definition:
Action.php:17
Magento
Magento\Framework\App\Action\Context
Definition:
Context.php:24
Magento\Newsletter\Controller\Adminhtml\Subscriber\ADMIN_RESOURCE
const ADMIN_RESOURCE
Definition:
Subscriber.php:18