|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| __construct (FileResolverInterface $fileResolver, ConverterInterface $converter, SchemaLocatorInterface $schemaLocator, ValidationStateInterface $validationState, $fileName, $idAttributes=[], $domDocumentClass=\Magento\Framework\Config\Dom::class, $defaultScope='global', $xpath=[]) | |
| getVars ($module) | |
| getVarValue ($module, $var) | |
| getMediaEntities ($module, $mediaType) | |
| getMediaAttributes ($module, $mediaType, $mediaId) | |
| getExcludedFiles () | |
| getExcludedDir () | |
| read ($scope=null) | |
Public Member Functions inherited from Filesystem | |
| __construct (\Magento\Framework\Config\FileResolverInterface $fileResolver, \Magento\Framework\Config\ConverterInterface $converter, \Magento\Framework\Config\SchemaLocatorInterface $schemaLocator, \Magento\Framework\Config\ValidationStateInterface $validationState, $fileName, $idAttributes=[], $domDocumentClass=\Magento\Framework\Config\Dom::class, $defaultScope='global') | |
| read ($scope=null) | |
Protected Member Functions | |
| getIdAttributes () | |
| getItems () | |
| initData () | |
Protected Member Functions inherited from Filesystem | |
| _createConfigMerger ($mergerClass, $initialContents) | |
Protected Attributes | |
| $xpath | |
| $data | |
Protected Attributes inherited from Filesystem | |
| $_fileResolver | |
| $_converter | |
| $_fileName | |
| $_schema | |
| $_perFileSchema | |
| $_idAttributes = [] | |
| $_domDocumentClass | |
| $validationState | |
| $_defaultScope | |
| $_schemaFile | |
| __construct | ( | FileResolverInterface | $fileResolver, |
| ConverterInterface | $converter, | ||
| SchemaLocatorInterface | $schemaLocator, | ||
| ValidationStateInterface | $validationState, | ||
| $fileName, | |||
$idAttributes = [], |
|||
$domDocumentClass = \Magento\Framework\Config\Dom::class, |
|||
$defaultScope = 'global', |
|||
$xpath = [] |
|||
| ) |
| FileResolverInterface | $fileResolver | |
| ConverterInterface | $converter | |
| SchemaLocatorInterface | $schemaLocator | |
| ValidationStateInterface | $validationState | |
| string | $fileName | |
| array | $idAttributes | |
| string | $domDocumentClass | |
| string | $defaultScope | |
| array | $xpath |
Definition at line 39 of file View.php.
| getExcludedDir | ( | ) |
|
protected |
| getMediaAttributes | ( | $module, | |
| $mediaType, | |||
| $mediaId | |||
| ) |
| getMediaEntities | ( | $module, | |
| $mediaType | |||
| ) |
| getVars | ( | $module | ) |
| getVarValue | ( | $module, | |
| $var | |||
| ) |
| read | ( | $scope = null | ) |
{Read configuration scope
| string | null | $scope |
Implements ReaderInterface.
Definition at line 206 of file View.php.