Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions | Data Fields
ConfigInterface Interface Reference
Inheritance diagram for ConfigInterface:
Config

Public Member Functions

 getObservers ($eventName)
 

Data Fields

const TYPE_CORE = 'core'
 
const TYPE_CUSTOM = 'custom'
 

Detailed Description

Interface \Magento\Framework\Event\ConfigInterface

Definition at line 14 of file ConfigInterface.php.

Member Function Documentation

◆ getObservers()

getObservers (   $eventName)

#- Get observers by event name

Parameters
string$eventName
Returns
array

Implemented in Config.

Field Documentation

◆ TYPE_CORE

const TYPE_CORE = 'core'

#+ Event types

Definition at line 19 of file ConfigInterface.php.

◆ TYPE_CUSTOM

const TYPE_CUSTOM = 'custom'

Definition at line 20 of file ConfigInterface.php.


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