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-cron
Model
Groups
Config
Data.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Cron\Model\Groups\Config
;
7
8
use
Magento\Framework\Serialize\SerializerInterface
;
9
13
class
Data
extends
\Magento\Framework\Config\Data
14
{
23
public
function
__construct
(
24
\
Magento
\Cron\Model\Groups\
Config
\
Reader
\Xml $reader,
25
\
Magento
\Framework\
Config
\CacheInterface $cache,
26
$cacheId =
'cron_groups_config_cache'
,
27
SerializerInterface
$serializer =
null
28
) {
29
parent::__construct($reader,
$cache
, $cacheId,
$serializer
);
30
}
31
38
public
function
getByGroupId
(
$groupId
)
39
{
40
return
$this->
get
()[
$groupId
];
41
}
42
}
Magento\Cron\Model\Groups\Config
$serializer
$serializer
Definition:
quote_with_payment_saved.php:10
Magento\Framework\Serialize\SerializerInterface
Definition:
SerializerInterface.php:14
Magento\Cron\Model\Groups\Config\Data\getByGroupId
getByGroupId($groupId)
Definition:
Data.php:38
$groupId
$groupId
Definition:
filterable_attributes.php:14
Magento
$cache
$cache
Definition:
application_cache.php:8
Magento\Cron\Model\Groups\Config\Data
Definition:
Data.php:13
Magento\Framework\Config\Data
Definition:
Data.php:18
Magento\Cron\Model\Config
Definition:
Config.php:11
Magento\Cron\Model\Groups\Config\Data\__construct
__construct(\Magento\Cron\Model\Groups\Config\Reader\Xml $reader, \Magento\Framework\Config\CacheInterface $cache, $cacheId='cron_groups_config_cache', SerializerInterface $serializer=null)
Definition:
Data.php:23
Magento\Framework\Module\Dir\Reader
Definition:
Reader.php:20