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
framework
Event
Config
SchemaLocator.php
Go to the documentation of this file.
1
<?php
8
namespace
Magento\Framework\Event\Config
;
9
10
class
SchemaLocator
implements
\Magento\Framework\Config\SchemaLocatorInterface
11
{
15
protected
$urnResolver
;
16
19
public
function
__construct
(\
Magento
\Framework\
Config
\Dom\UrnResolver
$urnResolver
)
20
{
21
$this->urnResolver =
$urnResolver
;
22
}
23
29
public
function
getSchema
()
30
{
31
return
$this->urnResolver->getRealPath(
'urn:magento:framework:Event/etc/events.xsd'
);
32
}
33
39
public
function
getPerFileSchema
()
40
{
41
return
$this->urnResolver->getRealPath(
'urn:magento:framework:Event/etc/events.xsd'
);
42
}
43
}
Magento\Framework\Event\Config\SchemaLocator\getSchema
getSchema()
Definition:
SchemaLocator.php:29
Magento\Framework\Event\Config\SchemaLocator
Definition:
SchemaLocator.php:10
Magento\Framework\Event\Config\SchemaLocator\$urnResolver
$urnResolver
Definition:
SchemaLocator.php:15
Magento\Framework\Event\Config\SchemaLocator\__construct
__construct(\Magento\Framework\Config\Dom\UrnResolver $urnResolver)
Definition:
SchemaLocator.php:19
Magento
Magento\Framework\Event\Config
Definition:
Config.php:12
Magento\Framework\Event\Config\SchemaLocator\getPerFileSchema
getPerFileSchema()
Definition:
SchemaLocator.php:39
Magento\Framework\Config\SchemaLocatorInterface
Definition:
SchemaLocatorInterface.php:16
Magento\Framework\Event\Config
Definition:
Converter.php:8