Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
testLayoutFile () | |
testActionNodeMethods () | |
getAllowedActionNodeMethods () | |
Protected Member Functions | |
_testObsoleteReferences ($layoutXml) | |
_testObsoleteAttributes ($layoutXml) | |
Protected Attributes | |
$_obsoleteNodes | |
$_obsoleteReferences | |
Definition at line 14 of file LayoutTest.php.
|
protected |
Tests the attributes of the top-level Layout Node. Verifies there are no longer attributes of "parent" or "owner"
SimpleXMLElement | $layoutXml |
Definition at line 185 of file LayoutTest.php.
|
protected |
getAllowedActionNodeMethods | ( | ) |
List of currently allowed (i.e. not refactored yet) methods for use in <action method="someMethod"> layout instruction.
@SuppressWarnings(PHPMD.ExcessiveMethodLength) Temporary method existing until <action> instruction in layout is not eliminated, no need to split it.
Definition at line 240 of file LayoutTest.php.
testActionNodeMethods | ( | ) |
string | $layoutFile |
Definition at line 207 of file LayoutTest.php.
testLayoutFile | ( | ) |
string | $layoutFile |
Definition at line 88 of file LayoutTest.php.
|
protected |
Definition at line 21 of file LayoutTest.php.
|
protected |
Definition at line 47 of file LayoutTest.php.