Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Data Fields
ScopeInterface Interface Reference

Data Fields

const SCOPE_STORES = 'stores'
 
const SCOPE_GROUPS = 'groups'
 
const SCOPE_WEBSITES = 'websites'
 
const SCOPE_STORE = 'store'
 
const SCOPE_GROUP = 'group'
 
const SCOPE_WEBSITE = 'website'
 

Detailed Description

@api

Since
100.0.2

Definition at line 12 of file ScopeInterface.php.

Field Documentation

◆ SCOPE_GROUP

const SCOPE_GROUP = 'group'

Definition at line 22 of file ScopeInterface.php.

◆ SCOPE_GROUPS

const SCOPE_GROUPS = 'groups'

Definition at line 18 of file ScopeInterface.php.

◆ SCOPE_STORE

const SCOPE_STORE = 'store'

Definition at line 21 of file ScopeInterface.php.

◆ SCOPE_STORES

const SCOPE_STORES = 'stores'

#+ Scope types

Definition at line 17 of file ScopeInterface.php.

◆ SCOPE_WEBSITE

const SCOPE_WEBSITE = 'website'

Definition at line 23 of file ScopeInterface.php.

◆ SCOPE_WEBSITES

const SCOPE_WEBSITES = 'websites'

Definition at line 19 of file ScopeInterface.php.


The documentation for this interface was generated from the following file: