Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
DefinitionInterface.php
Go to the documentation of this file.
1 <?php
9 
15 {
16  const LISTENER_BEFORE = 1;
17 
18  const LISTENER_AROUND = 2;
19 
20  const LISTENER_AFTER = 4;
21 
28  public function getMethodList($type);
29 }
$type
Definition: item.phtml:13